JobCollectionUpdateParameters.Label Propriedade
Opcional. Rótulo para o recurso.
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 JobCollectionUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo