VirtualMachineDiskUpdateParameters.Label Propriedade
Obrigatório. Especifica o nome amigável do disco.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.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 VirtualMachineDiskUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo