Service.Pid 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 PID (Process Identifier) namespace configuration for the container. This property determines whether the container shares the PID namespace with the host or other containers, allowing process visibility and signal sending between them.
[YamlDotNet.Serialization.YamlMember(Alias="pid")]
public string? Pid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="pid")>]
member this.Pid : string with get, set
Public Property Pid As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute