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

定義

通知後のサービス URI を指定できる Webhook 定義のステージ。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithServiceUri(String)

通知後のサービス URI を指定します。

適用対象