次の方法で共有


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

定義

サブネットを使用してエンドポイントの優先度を指定できる Traffic Manager エンドポイント定義のステージ。

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

型パラメーター

ParentT

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

派生

メソッド

WithSubnetRouting(String, Int32)

親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先順位を指定します。

WithSubnetRouting(String, String)

親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先順位を指定します。

適用対象