Share via


WebhookOperationsExtensions Klass

Definition

Tilläggsmetoder för WebhookOperations.

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

Metoder

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

Skapa webhooken som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Tilläggsmetoder för WebhookOperations.

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

Skapa webhooken som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Tilläggsmetoder för WebhookOperations.

Delete(IWebhookOperations, String, String, String)

Ta bort webhooken efter namn. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Tilläggsmetoder för WebhookOperations.

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

Ta bort webhooken efter namn. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Genererar en URI för användning när du skapar en webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Tilläggsmetoder för WebhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Genererar en URI för användning när du skapar en webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Hämta den webhook som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Tilläggsmetoder för WebhookOperations.

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

Hämta den webhook som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Tilläggsmetoder för WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Tilläggsmetoder för WebhookOperations.

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

Hämta en lista över webhooks. http://aka.ms/azureautomationsdk/webhookoperations

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

Hämta en lista över webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Hämta en lista över webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Hämta en lista över webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

Tilläggsmetoder för WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Tilläggsmetoder för WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Tilläggsmetoder för WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Tilläggsmetoder för WebhookOperations.

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

Uppdatera webhooken som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

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

Uppdatera webhooken som identifieras med webhook-namnet. http://aka.ms/azureautomationsdk/webhookoperations

Gäller för