共用方式為


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

適用於