Service.Isolation 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.
Specifies the isolation mode for the container. This property determines the level of isolation between the container and the host system. Common values include "default", "process", or "hyperv", and the supported options may depend on the container runtime or the platform being used.
[YamlDotNet.Serialization.YamlMember(Alias="isolation")]
public string? Isolation { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="isolation")>]
member this.Isolation : string with get, set
Public Property Isolation As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute