次の方法で共有


IWithWebhook インターフェイス

定義

Webhook を追加または削除できるコンテナー レジストリ更新プログラムのステージ。

public interface IWithWebhook
type IWithWebhook = interface
Public Interface IWithWebhook
派生

メソッド

DefineWebhook(String)

このコンテナー レジストリに追加する新しい Webhook の定義を開始します。

UpdateWebhook(String)

このコンテナー レジストリの既存の Webhook の更新の説明を開始します。

WithoutWebhook(String)

コンテナー レジストリから Webhook を削除します。

適用対象