TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT> 接口
定义
The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.
public interface WithRoutingWeight<ParentT>
类型参数
- ParentT
the return type of attach()
方法
withRoutingWeight(int weight) |
Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method WEIGHTED.
|