Compartilhar via


VirtualMachineOSImageUpdateResponse.Name Propriedade

 

Opcional. Especifica um nome que o Azure usa para identificar a imagem ao criar uma ou mais máquinas virtuais.

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

Sintaxe

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Valor de propriedade

Type: System.String

Consulte também

Classe VirtualMachineOSImageUpdateResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo