WebhookOperationsExtensions Class

Definition

Extension methods for WebhookOperations.

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
Inheritance
WebhookOperationsExtensions

Methods

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

Create the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

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

Create the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)
Delete(IWebhookOperations, String, String, String)

Delete the webhook by name. http://aka.ms/azureautomationsdk/webhookoperations

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

Delete the webhook by name. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Generates a Uri for use in creating a webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)
GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Generates a Uri for use in creating a webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Retrieve the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

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

Retrieve the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

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

Retrieve a list of webhooks. http://aka.ms/azureautomationsdk/webhookoperations

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

Retrieve a list of webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Retrieve a list of webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Retrieve a list of webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)
ListNextAsync(IWebhookOperations, String)
Patch(IWebhookOperations, String, String, WebhookPatchParameters)
PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)
Update(IWebhookOperations, String, String, String, WebhookUpdateParameters)

Update the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

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

Update the webhook identified by webhook name. http://aka.ms/azureautomationsdk/webhookoperations

Applies to