AzureResourceType Enum

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

public enum AzureResourceType
extends Enum<AzureResourceType>

Type of the Azure resource the hostname is assigned to.

Fields

TRAFFIC_MANAGER

Enum value TrafficManager.

WEBSITE

Enum value Website.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static AzureResourceType fromString(String value)

Parses a serialized value to a AzureResourceType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AzureResourceType valueOf(String name)

Parameters

name
String

Returns

values()

public static AzureResourceType[] values()

Returns

Applies to