VirtualMachineSize.OsDiskSizeInMB 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.
Gets or sets the OS disk size, in MB, allowed by the virtual machine size.
[Newtonsoft.Json.JsonProperty(PropertyName="osDiskSizeInMB")]
public int? OsDiskSizeInMB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osDiskSizeInMB")>]
member this.OsDiskSizeInMB : Nullable<int> with get, set
Public Property OsDiskSizeInMB As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute