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 |
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 |
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()
TrafficManagerProfile.Update withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
routingMethod - the traffic routing method for the profile/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/