ResourceSpec.Memory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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