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

WebhooksOperationsExtensions 类

定义

WebhooksOperations 的扩展方法。

public static class WebhooksOperationsExtensions
type WebhooksOperationsExtensions = class
Public Module WebhooksOperationsExtensions
继承
WebhooksOperationsExtensions

方法

BeginCreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

为具有指定参数的容器注册表创建 Webhook。

BeginDeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

从容器注册表中删除 Webhook。

BeginUpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

汇报具有指定参数的 Webhook。

CreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

为具有指定参数的容器注册表创建 Webhook。

DeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

从容器注册表中删除 Webhook。

GetAsync(IWebhooksOperations, String, String, String, CancellationToken)

获取指定 Webhook 的属性。

GetCallbackConfigAsync(IWebhooksOperations, String, String, String, CancellationToken)

获取服务 URI 的配置和 Webhook 的自定义标头。

ListAsync(IWebhooksOperations, String, String, CancellationToken)

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

ListEventsAsync(IWebhooksOperations, String, String, String, CancellationToken)

列出指定 Webhook 的最新事件。

ListEventsNextAsync(IWebhooksOperations, String, CancellationToken)

列出指定 Webhook 的最新事件。

ListNextAsync(IWebhooksOperations, String, CancellationToken)

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

PingAsync(IWebhooksOperations, String, String, String, CancellationToken)

触发一个将发送到 Webhook 的 ping 事件。

UpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

汇报具有指定参数的 Webhook。

适用于