IVirtualMachine.OSDiskSizeGb 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 OSDiskSizeGb { 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.OSDiskSizeGb : int64 with get, set
Public Property OSDiskSizeGb As Long

Property Value

Attributes

Applies to