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