Share via


ResourceLimits.MemoryInGB Property

Definition

Gets or sets the memory limit in GB of this container instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to