Compartilhar via


VirtualMachineOSImageUpdateResponse.LogicalSizeInGB Propriedade

 

Opcional. O tamanho, em GB, da imagem.

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

Sintaxe

public double LogicalSizeInGB { get; set; }
public:
property double LogicalSizeInGB {
    double get();
    void set(double value);
}
member LogicalSizeInGB : float with get, set
Public Property LogicalSizeInGB As Double

Valor de propriedade

Type: System.Double

Consulte também

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

Retornar ao topo