Ler em inglês

Compartilhar via


Propriedade Extension.Id

Gets or sets the identifier of the extension.

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

Uso

'Uso
Dim instance As Extension
Dim value As String

value = instance.Id

instance.Id = value

Sintaxe

public string Id { get; set; }

Valor da Propriedade

The identifier.

Comentários

The identifier is created when the extension is added to the cloud service.

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 Extension
Membros Extension
Namespace Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration