Compartilhar via


Propriedade DeploymentUpgradeParameters.PackageUri

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 (em Microsoft.WindowsAzure.Management.Compute.dll)

Uso

'Uso
Dim instance As DeploymentUpgradeParameters
Dim value As Uri

value = instance.PackageUri

instance.PackageUri = value

Sintaxe

'Declaração
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)

Valor da Propriedade

The URL.

Comentários

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

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe DeploymentUpgradeParameters
Membros DeploymentUpgradeParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models