次の方法で共有


IWebhookOperations インターフェイス

定義

コンテナー レジストリ Webhook アクションのグループ化。

public interface IWebhookOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWebhookOperations = interface
    interface IBeta
Public Interface IWebhookOperations
Implements IBeta
実装

メソッド

Delete(String)

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

DeleteAsync(String, CancellationToken)

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

Get(String)

指定した webhook のプロパティを取得します。

GetAsync(String, CancellationToken)

指定した webhook のプロパティを取得します。

List()

コンテナー レジストリのすべての Webhook を一覧表示します。

ListAsync(CancellationToken)

コンテナー レジストリのすべての Webhook を一覧表示します。

適用対象