VirtualMachineSize.MemoryInMB Property

Definition

[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