Class TrafficRoutingMethod
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TrafficRoutingMethod>
com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod
public final class TrafficRoutingMethod
extends com.microsoft.rest.ExpandableStringEnum<TrafficRoutingMethod>
Defines values for TrafficRoutingMethod.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrafficRoutingMethod
Static value Geographic for TrafficRoutingMethod.static final TrafficRoutingMethod
Static value MultiValue for TrafficRoutingMethod.static final TrafficRoutingMethod
Static value Performance for TrafficRoutingMethod.static final TrafficRoutingMethod
Static value Priority for TrafficRoutingMethod.static final TrafficRoutingMethod
Static value Subnet for TrafficRoutingMethod.static final TrafficRoutingMethod
Static value Weighted for TrafficRoutingMethod. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrafficRoutingMethod
fromString
(String name) Creates or finds a TrafficRoutingMethod from its string representation.static Collection<TrafficRoutingMethod>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PERFORMANCE
Static value Performance for TrafficRoutingMethod. -
PRIORITY
Static value Priority for TrafficRoutingMethod. -
WEIGHTED
Static value Weighted for TrafficRoutingMethod. -
GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod. -
MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod. -
SUBNET
Static value Subnet for TrafficRoutingMethod.
-
-
Constructor Details
-
TrafficRoutingMethod
public TrafficRoutingMethod()
-
-
Method Details
-
fromString
Creates or finds a TrafficRoutingMethod from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding TrafficRoutingMethod
-
values
- Returns:
- known TrafficRoutingMethod values
-