CapabilitiesCapabilities.MaxMemoryInGB Property

Definition

Gets the maximum allowed memory request in GB.

[Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInGB")]
public double? MaxMemoryInGB { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxMemoryInGB")>]
member this.MaxMemoryInGB : Nullable<double>
Public ReadOnly Property MaxMemoryInGB As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to