Share via


Service.Isolation Property

Definition

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

Applies to