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
Dim instance As Extension
Dim value As String
value = instance.Id
instance.Id = value
'Declaração
Public Property Id As String
public string Id { get; set; }
public:
property String^ Id {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Id ()
/** @property */
public void set_Id (String value)
public function get Id () : String
public function set Id (value : String)
The identifier.
The identifier is created when the extension is added to the cloud service.
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.
Windows Vista, Windows 7 e Windows Server 2008
Classe Extension
Membros Extension
Namespace Microsoft.WindowsAzure.Management.Compute.Models.ExtensionConfiguration