Share via


DeploymentSettings.MemoryInGB Property

Definition

Gets or sets required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to