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

Property Value

Attributes

Applies to