ResourceQuota.MemoryLimit Property

Definition

Gets or sets memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See Memory resource units for more details.

[Newtonsoft.Json.JsonProperty(PropertyName="memoryLimit")]
public string MemoryLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryLimit")>]
member this.MemoryLimit : string with get, set
Public Property MemoryLimit As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to