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

HostType Enum

  • java.lang.Object
    • java.lang.Enum<HostType>
      • com.microsoft.azure.management.appservice.HostType

public enum HostType

Defines values for HostType.

Fields

REPOSITORY

Enum value Repository.

STANDARD

Enum value Standard.

Methods

fromString(String value)

public static HostType fromString(String value)

Parses a serialized value to a HostType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed HostType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to