다음을 통해 공유


DeploymentUpgradeParameters.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.dll의 Microsoft.WindowsAzure.Management.Compute

사용량

‘사용 방법
Dim instance As DeploymentUpgradeParameters
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).

스레드 보안

이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

플랫폼

개발 플랫폼

Windows Vista, Windows 7 및 Windows Server 2008

대상 플랫폼

참고 항목

참조

DeploymentUpgradeParameters 클래스
DeploymentUpgradeParameters 멤버
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스