Partager via


WebhookOperationsExtensions Classe

Définition

Méthodes d’extension pour WebhookOperations.

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
Héritage
WebhookOperationsExtensions

Méthodes

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

Créez le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Méthodes d’extension pour WebhookOperations.

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

Créez le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Méthodes d’extension pour WebhookOperations.

Delete(IWebhookOperations, String, String, String)

Supprimez le webhook par nom. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

Méthodes d’extension pour WebhookOperations.

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

Supprimez le webhook par nom. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Génère un URI à utiliser pour créer un webhook. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

Méthodes d’extension pour WebhookOperations.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Génère un URI à utiliser pour créer un webhook. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

Récupérez le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Méthodes d’extension pour WebhookOperations.

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

Récupérez le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

Méthodes d’extension pour WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Méthodes d’extension pour WebhookOperations.

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

Récupérez une liste de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

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

Récupérez une liste de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Récupérez une liste de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Récupérez une liste de webhooks. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

Méthodes d’extension pour WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Méthodes d’extension pour WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Méthodes d’extension pour WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Méthodes d’extension pour WebhookOperations.

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

Mettez à jour le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

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

Mettez à jour le webhook identifié par son nom. http://aka.ms/azureautomationsdk/webhookoperations

S’applique à