DeploymentCreateParameters.PackageUri 属性

Gets or sets the URL that refers to the location of the service package in the Blob service.

命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(在 Microsoft.WindowsAzure.Management.Compute.dll 中)

使用

用法
Dim instance As DeploymentCreateParameters
Dim value As Uri

value = instance.PackageUri

instance.PackageUri = value

语法

声明
Public Property PackageUri As Uri
public Uri PackageUri { get; set; }
public:
property Uri^ PackageUri {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_PackageUri ()

/** @property */
public void set_PackageUri (Uri value)
public function get PackageUri () : Uri

public function set PackageUri (value : Uri)

属性值

The URL.

备注

The service package can be located in either a storage account beneath the same subscription or a Shared Access Signature (SAS) URI from any storage account. For more information about Shared Access Signatures, see Delegating Access with a Shared Access Signature (REST API).

线程安全

此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

DeploymentCreateParameters 类
DeploymentCreateParameters 成员
Microsoft.WindowsAzure.Management.Compute.Models 命名空间