你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Value Description
Invalid 0

The type of host is not known or invalid.

ExeHost 1

The host is an executable.

ContainerHost 2

The host is a container.

Applies to