ResourceQuota.MemoryRequest Property

Definition

Gets or sets memory request 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="memoryRequest")]
public string MemoryRequest { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryRequest")>]
member this.MemoryRequest : string with get, set
Public Property MemoryRequest As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to