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 |
withMultiValueBasedRouting(long maxReturn)
Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.
|
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 |
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 |
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 withMultiValueBasedRouting(long maxReturn)
maxReturn
- the maximum number of result to returnTrafficManagerProfile.DefinitionStages.WithEndpoint withSubnetBasedRouting()
TrafficManagerProfile.DefinitionStages.WithEndpoint withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
routingMethod
- the traffic routing method for the profileCopyright © 2019. All rights reserved.