IWithTrafficRoutingMethod Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the traffic manager profile update allowing to specify the traffic routing method for the profile.
public interface IWithTrafficRoutingMethod
type IWithTrafficRoutingMethod = interface
Public Interface IWithTrafficRoutingMethod
- Derived
Methods
WithGeographicBasedRouting() |
Specifies that end user traffic should be routed to the endpoint that is designated to serve users geographic region. |
WithMultiValueBasedRouting() |
Specifies that end user traffic should return multiple address values |
WithMultiValueBasedRouting(Int32) |
Specifies that end user traffic should return multiple address values |
WithPerformanceBasedRouting() |
Specifies that end user traffic should be routed based on the closest available endpoint in terms of the lowest network latency. |
WithPriorityBasedRouting() |
Specifies that end user traffic should be routed to the endpoint based on its priority i.e. use the endpoint with highest priority and if it is not available fallback to next highest priority endpoint. |
WithSubnetBasedRouting() |
Subnet traffic-routing method to map sets of end-user IP address ranges to a specific endpoint within a Traffic Manager profile. When a request is received, the endpoint returned will be the one mapped for that request’s source IP address |
WithTrafficRoutingMethod(TrafficRoutingMethod) |
Specifies the traffic routing method for the profile. |
WithWeightBasedRouting() |
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned to the endpoint. |
Applies to
Azure SDK for .NET