Share via


VirtualMachineDiskGetResponse.LogicalSizeInGB Property

 

Optional. The size, in GB, of the disk.

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

Syntax

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

Property Value

Type: System.Int32

See Also

VirtualMachineDiskGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top