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