VirtualMachineSizeInner.OsDiskSizeInMB Property

Definition

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

Applies to