SetAzureVMOSDiskCommand.DiskSizeInGB Property

Definition

[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(HelpMessage="The virtual machine OS disk's size in GB.", Mandatory=false)]
public int? DiskSizeInGB { get; set; }
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(HelpMessage="The virtual machine OS disk's size in GB.", Mandatory=false)>]
member this.DiskSizeInGB : Nullable<int> with get, set
Public Property DiskSizeInGB As Nullable(Of Integer)

Property Value

Nullable<Int32>
Attributes

Applies to