Interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriority
- All Known Subinterfaces:
TrafficManagerEndpoint.Update,TrafficManagerEndpoint.UpdateAzureEndpoint,TrafficManagerEndpoint.UpdateExternalEndpoint,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriority
The stage of the traffic manager profile endpoint update allowing to specify the endpoint priority.
-
Method Summary
Modifier and TypeMethodDescriptionwithRoutingPriority(int priority) Specifies the weight for the endpoint that will be used when priority-based routing method isTrafficRoutingMethod.PRIORITYenabled on the profile.
-
Method Details
-
withRoutingPriority
Specifies the weight for the endpoint that will be used when priority-based routing method isTrafficRoutingMethod.PRIORITYenabled on the profile.- Parameters:
priority- the endpoint priority- Returns:
- the next stage of the update
-