Compartilhar via


VirtualMachineDiskListResponse.VirtualMachineDisk.LogicalSizeInGB Propriedade

 

Obtém ou define o tamanho, em GB, do disco.

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

Sintaxe

public int LogicalSizeInGB { get; set; }
public:
property int LogicalSizeInGB {
    int get();
    void set(int value);
}
member LogicalSizeInGB : int with get, set
Public Property LogicalSizeInGB As Integer

Valor de propriedade

Type: System.Int32

O tamanho.

Consulte também

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

Retornar ao topo