Share via


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

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority

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

メソッドの概要

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

親プロファイルが Priority ルーティング方法 PRIORITYで構成されている場合に使用されるエンドポイントの優先度を指定します。

メソッドの詳細

withRoutingPriority

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

親プロファイルが Priority ルーティング方法 PRIORITYで構成されている場合に使用されるエンドポイントの優先度を指定します。

Parameters:

priority - エンドポイントの優先度

Returns:

定義の次のステージ

適用対象