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)

public:
property int LogicalSizeInGB {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The size.

Return to top
Show: