public static interface TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod
Modifier and Type | Method and Description |
---|---|
TrafficManagerProfile.Update |
withGeographicBasedRouting()
Specifies that end user traffic should be routed to the endpoint that is designated to serve users
geographic region.
|
TrafficManagerProfile.Update |
withMultiValueBasedRouting(long maxReturn)
Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.
|
TrafficManagerProfile.Update |
withPerformanceBasedRouting()
Specifies that end user traffic should be routed based on the closest available endpoint in terms
of the lowest network latency.
|
TrafficManagerProfile.Update |
withPriorityBasedRouting()
Specifies that end user traffic should be routed to the endpoint based on its priority
i.e.
|
TrafficManagerProfile.Update |
withSubnetBasedRouting()
Specifies that end user traffic should be routed to the endpoint which is decided based on the end-user
ip address.
|
TrafficManagerProfile.Update |
withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
Specifies the traffic routing method for the profile.
|
TrafficManagerProfile.Update |
withWeightBasedRouting()
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned
to the endpoint.
|
TrafficManagerProfile.Update withPriorityBasedRouting()
TrafficManagerProfile.Update withWeightBasedRouting()
TrafficManagerProfile.Update withPerformanceBasedRouting()
TrafficManagerProfile.Update withGeographicBasedRouting()
@Beta TrafficManagerProfile.Update withMultiValueBasedRouting(long maxReturn)
maxReturn
- the maximum number of result to return@Beta TrafficManagerProfile.Update withSubnetBasedRouting()
TrafficManagerProfile.Update withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
routingMethod
- the traffic routing method for the profileCopyright © 2019. All rights reserved.