Share via


IDataDisk.DiskSizeGb Property

Definition

Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="diskSizeGB")]
public int? DiskSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="diskSizeGB")>]
member this.DiskSizeGb : Nullable<int> with get, set
Public Property DiskSizeGb As Nullable(Of Integer)

Property Value

Attributes

Applies to