HostType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.appservice.models.HostType

public enum HostType
extends Enum<HostType>

Indicates whether the hostname is a standard or repository hostname.

Fields

REPOSITORY

Enum value Repository.

STANDARD

Enum value Standard.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static HostType valueOf(String name)

Parameters

name
String

Returns

values()

public static HostType[] values()

Returns

Applies to