DataVirtualHardDisk::LogicalDiskSizeInGB Property

 

Gets or sets the size, in GB, of the data disk.

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

public:
property Nullable<int> LogicalDiskSizeInGB {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>

The size.

If the disk that is being added is already registered in the subscription, this property is ignored. If the disk and VHD is being created by Microsoft Azure as it is added, this property defines the size of the new disk.

This property is used in combination with MediaLink.

Return to top
Show: