TrafficRoutingMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. trafficmanager. models. TrafficRoutingMethod
- com.
- com.
public final class TrafficRoutingMethod
extends ExpandableStringEnum<TrafficRoutingMethod>
The traffic routing method of the Traffic Manager profile.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Traffic |
GEOGRAPHIC
Static value Geographic for Traffic |
static final
Traffic |
MULTI_VALUE
Static value Multi |
static final
Traffic |
PERFORMANCE
Static value Performance for Traffic |
static final
Traffic |
PRIORITY
Static value Priority for Traffic |
static final
Traffic |
SUBNET
Static value Subnet for Traffic |
static final
Traffic |
WEIGHTED
Static value Weighted for Traffic |
Constructor Summary
Constructor | Description |
---|---|
TrafficRoutingMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Traffic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Traffic |
fromString(String name)
Creates or finds a Traffic |
static
Collection<Traffic |
values()
Gets known Traffic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GEOGRAPHIC
public static final TrafficRoutingMethod GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.
MULTI_VALUE
public static final TrafficRoutingMethod MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod.
PERFORMANCE
public static final TrafficRoutingMethod PERFORMANCE
Static value Performance for TrafficRoutingMethod.
PRIORITY
public static final TrafficRoutingMethod PRIORITY
Static value Priority for TrafficRoutingMethod.
SUBNET
public static final TrafficRoutingMethod SUBNET
Static value Subnet for TrafficRoutingMethod.
WEIGHTED
public static final TrafficRoutingMethod WEIGHTED
Static value Weighted for TrafficRoutingMethod.
Constructor Details
TrafficRoutingMethod
@Deprecated
public TrafficRoutingMethod()
Deprecated
Creates a new instance of TrafficRoutingMethod value.
Method Details
fromString
public static TrafficRoutingMethod fromString(String name)
Creates or finds a TrafficRoutingMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TrafficRoutingMethod values.
Returns:
Applies to
Azure SDK for Java