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

IWebhooksOperations 接口

定义

WebhooksOperations 操作。

public interface IWebhooksOperations
type IWebhooksOperations = interface
Public Interface IWebhooksOperations

方法

BeginCreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

使用指定的参数为容器注册表创建 Webhook。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

从容器注册表中删除 Webhook。

BeginUpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

汇报具有指定参数的 Webhook。

CreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

使用指定的参数为容器注册表创建 Webhook。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

从容器注册表中删除 Webhook。

GetCallbackConfigWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取指定 Webhook 的属性。

ListEventsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定 Webhook 的最新事件。

ListEventsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

列出指定 Webhook 的最新事件。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

PingWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

汇报具有指定参数的 Webhook。

扩展方法

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。

适用于