public static interface TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
withGeographicBasedRouting()
Specifies that end user traffic should be routed to the endpoint that is designated to serve users
geographic region.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
withPerformanceBasedRouting()
Specifies that end user traffic should be routed based on the closest available endpoint in terms
of the lowest network latency.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
withPriorityBasedRouting()
Specifies that end user traffic should be routed to the endpoint based on its priority
i.e.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
Specify the traffic routing method for the profile.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
withWeightBasedRouting()
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned
to the endpoint.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint withPriorityBasedRouting()
TrafficManagerProfile.DefinitionStages.WithEndpoint withWeightBasedRouting()
TrafficManagerProfile.DefinitionStages.WithEndpoint withPerformanceBasedRouting()
TrafficManagerProfile.DefinitionStages.WithEndpoint withGeographicBasedRouting()
TrafficManagerProfile.DefinitionStages.WithEndpoint 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.
*/