CloudServiceListResponse.CloudService.Label Propriedade
Opcional. O rótulo da região de serviço de nuvem.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string Label { get; set; }
public:
property String^ Label {
String^ get();
void set(String^ value);
}
member Label : string with get, set
Public Property Label As String
Valor de propriedade
Type: System.String
Consulte também
Classe CloudServiceListResponse.CloudService
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo