DeploymentUpgradeParameters.PackageUri Property

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Uri PackageUri { get; set; }
public:
property Uri^ PackageUri {
    Uri^ get();
    void set(Uri^ value);
}
member PackageUri : Uri with get, set
Public Property PackageUri As Uri

Property Value

Type: System.Uri

The URL.

Remarks

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).

See Also

DeploymentUpgradeParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top