Interface TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
- All Known Subinterfaces:
TrafficManagerEndpoint.Update
,TrafficManagerEndpoint.UpdateAzureEndpoint
,TrafficManagerEndpoint.UpdateExternalEndpoint
,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
The stage of the traffic manager profile endpoint update 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.WEIGHTED
is enabled on the profile.
-
Method Details
-
withRoutingWeight
Specifies the weight for the endpoint that will be used when the weight-based routing methodTrafficRoutingMethod.WEIGHTED
is enabled on the profile.- Parameters:
weight
- the endpoint weight- Returns:
- the next stage of the update
-