VirtualMachineSize.MemoryInMB Property

Definition

Gets or sets the amount of memory, in MB, supported by the virtual machine size.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to