共用方式為


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

適用於