VirtualMachineDiskListResponse.VirtualMachineDisk.LogicalSizeInGB Property

 

Gets or sets 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

The size.

See Also

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

Return to top