Compartilhar via


Propriedade HostedServiceUpdateParameters.Label

Gets or sets the base-64-encoded identifier of the cloud service.

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

Uso

'Uso
Dim instance As HostedServiceUpdateParameters
Dim value As String

value = instance.Label

instance.Label = value

Sintaxe

'Declaração
Public Property Label As String
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Label ()

/** @property */
public void set_Label (String value)
public function get Label () : String

public function set Label (value : String)

Valor da Propriedade

The base-64 encoded identifier.

Comentários

The identifier can be up to 100 characters long. The label can be used for your tracking purposes.

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