EndpointType Enum
- java.
lang. Object - java.
lang. Enum<EndpointType> - com.
microsoft. azure. management. trafficmanager. EndpointType
- com.
- java.
public 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
fromValue(String value)
public static EndpointType fromValue(String value)
Parses a string value to a TrafficRoutingMethod instance.
Parameters
- value
- String
Returns
the parsed TrafficRoutingMethod object, or null if unable to parse.
localName()
public String localName()
Returns
String
the local name of the endpoint type
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java