Compartilhar via


VirtualMachineVMImageUpdateParameters.Label Propriedade

 

Obrigatório. Especifica o nome amigável da imagem a ser atualizada. Você não pode usar essa operação para atualizar as imagens fornecidas pela plataforma do Azure.

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

Retornar ao topo