Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<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.WithRoutingWeight<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.
-
Method Summary
Modifier and TypeMethodDescriptionwithRoutingWeight(int weight) Specifies the weight for the endpoint that will be used when the weight-based routing methodTrafficRoutingMethod.WEIGHTEDis enabled on the profile.
-
Method Details
-
withRoutingWeight
Specifies the weight for the endpoint that will be used when the weight-based routing methodTrafficRoutingMethod.WEIGHTEDis enabled on the profile.- Parameters:
weight- the endpoint weight- Returns:
- the next stage of the definition
-