HostIsolationMode Enum
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.
Indicates isolation mode of main entry point of a code package when it's host type is ContainerHost. This is specified as part of container host policies in application manifest while importing service manifest.
public enum HostIsolationMode
type HostIsolationMode =
Public Enum HostIsolationMode
- Inheritance
-
HostIsolationMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates isolation mode is not applicable for given HostType. |
Process | 1 | The default isolation mode for a ContainerHost. |
HyperV | 2 | Indicates the ContainerHost is a Hyper-V container. This applies to only Windows containers. |
Applies to
Azure SDK for .NET