次の方法で共有


TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT> インターフェイス

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority

エンドポイントの優先度を指定できる Traffic Manager エンドポイント定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ParentT> withRoutingPriority(int priority)

プロファイルで優先度ベースのルーティング方法 PRIORITY が有効になっている場合に使用されるエンドポイントの重みを指定します。

メソッドの詳細

withRoutingPriority

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

プロファイルで優先度ベースのルーティング方法 PRIORITY が有効になっている場合に使用されるエンドポイントの重みを指定します。

Parameters:

priority - このエンドポイントの優先度。 指定できる値は 1 から 1000 で、値が小さい方が優先度が高いことを表します。

Returns:

定義の次のステージ

適用対象