Interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriority
-
- All Known Subinterfaces:
TrafficManagerEndpoint.Update,TrafficManagerEndpoint.UpdateAzureEndpoint,TrafficManagerEndpoint.UpdateExternalEndpoint,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriorityThe stage of the traffic manager profile endpoint update allowing to specify the endpoint priority.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdatewithRoutingPriority(int priority)Specifies the weight for the endpoint that will be used when priority-based routing method isTrafficRoutingMethod.PRIORITYenabled on the profile.
-
-
-
Method Detail
-
withRoutingPriority
TrafficManagerEndpoint.Update withRoutingPriority(int priority)
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
-
-