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