你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithRoutingPriority<ParentT>.WithRoutingPriority(Int32) 方法

定义

指定使用优先级路由方法 TrafficRoutingMethod.PRIORITY 配置父配置文件时将使用的终结点的优先级。

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithRoutingPriority (int priority);
abstract member WithRoutingPriority : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithRoutingPriority (priority As Integer) As IWithAttach(Of ParentT)

参数

priority
Int32

终结点优先级。

返回

适用于