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

定義

正常性チェック用のカスタム ヘッダーを指定できる Traffic Manager エンドポイント定義のステージ。

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

型パラメーター

ParentT

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

派生

メソッド

WithCustomHeader(String, String)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

WithCustomHeaders(IDictionary<String,String>)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

適用対象