次の方法で共有


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

定義

エンドポイントを無効にできる Traffic Manager エンドポイント定義のステージ。

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

型パラメーター

ParentT

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

派生

メソッド

WithTrafficDisabled()

このエンドポイントをトラフィックの受信から除外することを指定します。

適用対象