次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生

メソッド

WithRoutingWeight(Int32)

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

適用対象