Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWebhooksClient 接口

定义

注册表 Webhook 操作的分组。

public interface IWebhooksClient : Microsoft.Azure.Management.ContainerRegistry.Fluent.Registries.WebhooksClient.IWebhooksClientBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWebhooksClient = interface
    interface IWebhooksClientBeta
    interface IBeta
Public Interface IWebhooksClient
Implements IBeta, IWebhooksClientBeta
实现

方法

Delete(String, String, String)

从容器注册表中删除 Webhook。

(继承自 IWebhooksClientBeta)
DeleteAsync(String, String, String, CancellationToken)

从容器注册表中删除 Webhook。

(继承自 IWebhooksClientBeta)
Get(String, String, String)

获取指定 Webhook 的属性。

(继承自 IWebhooksClientBeta)
GetAsync(String, String, String, CancellationToken)

获取指定 Webhook 的属性。

(继承自 IWebhooksClientBeta)
List(String, String)

列出容器注册表的所有 Webhook。

(继承自 IWebhooksClientBeta)
ListAsync(String, String, CancellationToken)

列出容器注册表的所有 Webhook。

(继承自 IWebhooksClientBeta)

适用于