Service.CgroupParent 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.
Gets or sets the parent Cgroup for the container. This property defines the name of the Cgroup under which the container's resource constraints are managed.
[YamlDotNet.Serialization.YamlMember(Alias="cgroup_parent")]
public string? CgroupParent { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="cgroup_parent")>]
member this.CgroupParent : string with get, set
Public Property CgroupParent As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute