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

TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT> 接口

类型参数

ParentT

的返回类型 WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority

允许指定终结点优先级的流量管理器终结点定义的阶段。

方法摘要

修饰符和类型 方法和描述
abstract WithAttach<ParentT> withRoutingPriority(int priority)

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

方法详细信息

withRoutingPriority

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withRoutingPriority(int priority)

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

Parameters:

priority - 终结点优先级

Returns:

定义的下一阶段

适用于