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)
Syntax
public Nullable<int> LogicalDiskSizeInGB { get; set; }
public:
property Nullable<int> LogicalDiskSizeInGB {
Nullable<int> get();
void set(Nullable<int> value);
}
member LogicalDiskSizeInGB : Nullable<int> with get, set
Public Property LogicalDiskSizeInGB As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
The size.
Remarks
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.
See Also
DataVirtualHardDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top