Share via


ContainerResources.Memory Property

Definition

Gets or sets required memory, e.g. "250Mb"

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to