TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>.withRoutingPriority(int priority) 方法
定义
Specifies the weight for the endpoint that will be used when priority-based routing method is PRIORITY enabled on the profile.
public WithAttach<ParentT> withRoutingPriority(int priority)
参数
- priority
- int
priority of this endpoint. Possible values are from 1 to 1000, lower values represent higher priority.
返回
the next stage of the definition