TrafficManagerEndpoint.UpdateStages.WithRoutingWeight Interface
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 Type | Method and Description |
---|---|
abstract Update |
withRoutingWeight(int weight)
Specifies the weight for the endpoint that will be used when the weight-based routing method WEIGHTED is enabled on the profile. |
Method Details
withRoutingWeight
public abstract TrafficManagerEndpoint.Update withRoutingWeight(int weight)
Specifies the weight for the endpoint that will be used when the weight-based routing method WEIGHTED is enabled on the profile.
Parameters:
weight
- the endpoint weight
Returns:
the next stage of the update
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java