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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskSizeGB", Update=true)]
public int? DiskSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskSizeGB", Update=true)>]
member this.DiskSizeGb : Nullable<int> with get, set
Public Property DiskSizeGb As Nullable(Of Integer)

Property Value

Attributes

Applies to