Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
- Enclosing interface:
TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
The stage of the traffic manager endpoint definition 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- priority of this endpoint. Possible values are from 1 to 1000, lower values represent higher priority.- Returns:
- the next stage of the definition
-