Share via


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

WebhookOperationsExtensions 类

定义

WebhookOperations 的扩展方法。

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

方法

CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)

创建由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 的扩展方法。

CreateOrUpdateAsync(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters, CancellationToken)

创建由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 的扩展方法。

Delete(IWebhookOperations, String, String, String)

按名称删除 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

WebhookOperations 的扩展方法。

DeleteAsync(IWebhookOperations, String, String, String, CancellationToken)

按名称删除 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

生成用于创建 Webhook 的 URI。 http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

WebhookOperations 的扩展方法。

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

生成用于创建 Webhook 的 URI。 http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

检索由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

WebhookOperations 的扩展方法。

GetAsync(IWebhookOperations, String, String, String, CancellationToken)

检索由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

WebhookOperations 的扩展方法。

ListAsync(IWebhookOperations, String, String, String)

WebhookOperations 的扩展方法。

ListByAutomationAccount(IWebhookOperations, String, String, ODataQuery<Webhook>)

检索 Webhook 列表。 http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountAsync(IWebhookOperations, String, String, ODataQuery<Webhook>, CancellationToken)

检索 Webhook 列表。 http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

检索 Webhook 列表。 http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

检索 Webhook 列表。 http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

WebhookOperations 的扩展方法。

ListNextAsync(IWebhookOperations, String)

WebhookOperations 的扩展方法。

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

WebhookOperations 的扩展方法。

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

WebhookOperations 的扩展方法。

Update(IWebhookOperations, String, String, String, WebhookUpdateParameters)

更新由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

UpdateAsync(IWebhookOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

更新由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations

适用于