VirtualMachineSize.ResourceDiskSizeInMB Property

Definition

Gets or sets the resource disk size, in MB, allowed by the virtual machine size.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceDiskSizeInMB")]
public int? ResourceDiskSizeInMB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceDiskSizeInMB")>]
member this.ResourceDiskSizeInMB : Nullable<int> with get, set
Public Property ResourceDiskSizeInMB As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to