SetAzureVMOSDiskCommand.DiskSizeInGB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes