Service.Ipc 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 IPC (Inter-Process Communication) mode for the service. This property determines how IPC namespaces are shared between containers and the host. It can be set to values such as "none", "host", or a specific container ID to share IPC resources with.
[YamlDotNet.Serialization.YamlMember(Alias="ipc")]
public string? Ipc { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ipc")>]
member this.Ipc : string with get, set
Public Property Ipc As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute