public enum EndpointType extends Enum<EndpointType>
Enum Constant and Description |
---|
AZURE
Enum value Microsoft.Network/trafficManagerProfiles/azureEndpoints.
|
EXTERNAL
Enum value Microsoft.Network/trafficManagerProfiles/externalEndpoints.
|
NESTED_PROFILE
Enum value Microsoft.Network/trafficManagerProfiles/nestedEndpoints.
|
Modifier and Type | Method and Description |
---|---|
static EndpointType |
fromValue(String value)
Parses a string value to a TrafficRoutingMethod instance.
|
String |
localName() |
String |
toString() |
static EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointType AZURE
public static final EndpointType EXTERNAL
public static final EndpointType NESTED_PROFILE
public static EndpointType[] values()
for (EndpointType c : EndpointType.values()) System.out.println(c);
public static EndpointType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static EndpointType fromValue(String value)
value
- the string value to parse.public String toString()
toString
in class Enum<EndpointType>
public String localName()
Copyright © 2019. All rights reserved.