Class TrafficRoutingMethod
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TrafficRoutingMethod>
-
- com.azure.resourcemanager.trafficmanager.models.TrafficRoutingMethod
-
public final class TrafficRoutingMethod extends com.azure.core.util.ExpandableStringEnum<TrafficRoutingMethod>
Defines values for TrafficRoutingMethod.
-
-
Field Summary
Fields Modifier and Type Field Description static TrafficRoutingMethodGEOGRAPHICStatic value Geographic for TrafficRoutingMethod.static TrafficRoutingMethodMULTI_VALUEStatic value MultiValue for TrafficRoutingMethod.static TrafficRoutingMethodPERFORMANCEStatic value Performance for TrafficRoutingMethod.static TrafficRoutingMethodPRIORITYStatic value Priority for TrafficRoutingMethod.static TrafficRoutingMethodSUBNETStatic value Subnet for TrafficRoutingMethod.static TrafficRoutingMethodWEIGHTEDStatic value Weighted for TrafficRoutingMethod.
-
Constructor Summary
Constructors Constructor Description TrafficRoutingMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TrafficRoutingMethodfromString(String name)Creates or finds a TrafficRoutingMethod from its string representation.static Collection<TrafficRoutingMethod>values()
-
-
-
Field Detail
-
PERFORMANCE
public static final TrafficRoutingMethod PERFORMANCE
Static value Performance for TrafficRoutingMethod.
-
PRIORITY
public static final TrafficRoutingMethod PRIORITY
Static value Priority for TrafficRoutingMethod.
-
WEIGHTED
public static final TrafficRoutingMethod WEIGHTED
Static value Weighted for TrafficRoutingMethod.
-
GEOGRAPHIC
public static final TrafficRoutingMethod GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.
-
MULTI_VALUE
public static final TrafficRoutingMethod MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod.
-
SUBNET
public static final TrafficRoutingMethod SUBNET
Static value Subnet for TrafficRoutingMethod.
-
-
Method Detail
-
fromString
public static TrafficRoutingMethod fromString(String name)
Creates or finds a TrafficRoutingMethod from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TrafficRoutingMethod.
-
values
public static Collection<TrafficRoutingMethod> values()
- Returns:
- known TrafficRoutingMethod values.
-
-