次の方法で共有


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

定義

プローブを送信するホストを指定できるアプリケーション ゲートウェイ プローブ定義のステージ。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。

派生

メソッド

WithHost(String)

プローブの送信先となるホスト名を指定します。

適用対象