Share via


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

IWebhookOperations 接口

定义

WebhookOperations 操作。

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

方法

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

WebhookOperations 操作。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, WebhookCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

WebhookOperations 操作。

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

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

GenerateUriAsync(String, String, CancellationToken)

WebhookOperations 操作。

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

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

GetAsync(String, String, String, CancellationToken)

WebhookOperations 操作。

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

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

ListAsync(String, String, String, CancellationToken)

WebhookOperations 操作。

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

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<Webhook>, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

WebhookOperations 操作。

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

WebhookOperations 操作。

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

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

扩展方法

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 操作。

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

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

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 操作。

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

创建由 Webhook 名称标识的 Webhook。 http://aka.ms/azureautomationsdk/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

适用于