次の方法で共有


IWithRoutingPriority<ParentT> インターフェイス

定義

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

public interface IWithRoutingPriority<ParentT>
type IWithRoutingPriority<'ParentT> = interface
Public Interface IWithRoutingPriority(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生

メソッド

WithRoutingPriority(Int32)

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

適用対象