Partager via


IWebhookOperations Interface

Définition

Opérations WebhookOperations.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

Méthodes

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

Opérations WebhookOperations.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, WebhookCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

Opérations WebhookOperations.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GenerateUriAsync(String, String, CancellationToken)

Opérations WebhookOperations.

GenerateUriWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)

Opérations WebhookOperations.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, String, CancellationToken)

Opérations WebhookOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<Webhook>, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

Opérations WebhookOperations.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

Opérations WebhookOperations.

UpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

Méthodes d’extension

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Opérations WebhookOperations.

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

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

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

Opérations WebhookOperations.

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

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

Delete(IWebhookOperations, String, String, String)

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

DeleteAsync(IWebhookOperations, String, String, String)

Opérations WebhookOperations.

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

Supprimez le webhook par son 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)

Opérations 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 le nom du webhook. http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

Opérations WebhookOperations.

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

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

List(IWebhookOperations, String, String, String)

Opérations WebhookOperations.

ListAsync(IWebhookOperations, String, String, String)

Opérations 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)

Opérations WebhookOperations.

ListNextAsync(IWebhookOperations, String)

Opérations WebhookOperations.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

Opérations WebhookOperations.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

Opérations WebhookOperations.

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

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

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

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

S’applique à