TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withGeographicBasedRouting() |
Specifies that end user traffic should be routed to the endpoint that is designated to serve users
geographic region.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withMultiValueBasedRouting(long maxReturn) |
Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.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 |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withPriorityBasedRouting() |
Specifies that end user traffic should be routed to the endpoint based on its priority i.e.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withSubnetBasedRouting() |
Specifies that end user traffic should be routed to the endpoint which is decided based on the end-user
ip address.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod) |
Specify the traffic routing method for the profile.
|
TrafficManagerProfile.DefinitionStages.WithEndpoint |
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withWeightBasedRouting() |
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned to
the endpoint.
|