Compartilhar via


Propriedade CloudService.Description

Optional. The description of the cloud service region.

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

Uso

'Uso
Dim instance As CloudService
Dim value As String

value = instance.Description

instance.Description = value

Sintaxe

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

/** @property */
public void set_Description (String value)
public function get Description () : String

public function set Description (value : String)

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 CloudService
Membros CloudService
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse