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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java