Share via


ResourceSpec.Memory Property

Definition

Represents the memory resource specification for the service. This property defines the amount of memory allocated as a resource. The value is typically specified as a string representing the size, for example "512M" for 512 megabytes.

[YamlDotNet.Serialization.YamlMember(Alias="memory")]
public string? Memory { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="memory")>]
member this.Memory : string with get, set
Public Property Memory As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to