HostType Enum
Definition
The type of host for main entry point of a code package as specified in service manifest.
public enum HostType
type HostType =
Public Enum HostType
- Inheritance
-
HostType
Fields
ContainerHost | 2 | The host is a container. |
ExeHost | 1 | The host is an executable. |
Invalid | 0 | The type of host is not known or invalid. |