EndpointType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.trafficmanager.models.EndpointType

public enum EndpointType
extends Enum<EndpointType>

Possible endpoint types supported in a Traffic manager profile.

Fields

AZURE

Enum value Microsoft.Network/trafficManagerProfiles/azureEndpoints.

EXTERNAL

Enum value Microsoft.Network/trafficManagerProfiles/externalEndpoints.

NESTED_PROFILE

Enum value Microsoft.Network/trafficManagerProfiles/nestedEndpoints.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromValue(String value)

public static EndpointType fromValue(String value)

Parses a string value to a TrafficRoutingMethod instance.

Parameters

value
String
the string value to parse.

Returns

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

localName()

public String localName()

Returns

the local name of the endpoint type

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static EndpointType valueOf(String name)

Parameters

name
String

Returns

values()

public static EndpointType[] values()

Returns

Applies to