Share via


IOSDisk.DiskSizeGb Property

Definition

The size of the disk in gigabytes. Required if the createOption is Ephemeral.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The size of the disk in gigabytes. Required if the createOption is Ephemeral.", 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 in gigabytes. Required if the createOption is Ephemeral.", 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