Share via


IOSDisk.DiskSizeGb Property

Definition

The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="diskSizeGB", Update=true)]
public long DiskSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="diskSizeGB", Update=true)>]
member this.DiskSizeGb : int64 with get, set
Public Property DiskSizeGb As Long

Property Value

Attributes

Applies to