Compartilhar via


VirtualMachineDiskListResponse.VirtualMachineDiskUsageDetails.RoleName Propriedade

 

Obtém ou define o nome da máquina Virtual que está usando o disco.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O nome do .

Consulte também

Classe VirtualMachineDiskListResponse.VirtualMachineDiskUsageDetails
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo