Partager via


WebhooksOperationsExtensions Classe

Définition

Méthodes d’extension pour WebhooksOperations.

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

Méthodes

BeginCreate(IWebhooksOperations, String, String, String, WebhookCreateParameters)

Crée un webhook pour un registre de conteneurs avec les paramètres spécifiés.

BeginCreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParameters, CancellationToken)

Crée un webhook pour un registre de conteneurs avec les paramètres spécifiés.

BeginDelete(IWebhooksOperations, String, String, String)

Supprime un webhook d’un registre de conteneurs.

BeginDeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

Supprime un webhook d’un registre de conteneurs.

BeginUpdate(IWebhooksOperations, String, String, String, WebhookUpdateParameters)

Mises à jour un webhook avec les paramètres spécifiés.

BeginUpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

Mises à jour un webhook avec les paramètres spécifiés.

Create(IWebhooksOperations, String, String, String, WebhookCreateParameters)

Crée un webhook pour un registre de conteneurs avec les paramètres spécifiés.

CreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParameters, CancellationToken)

Crée un webhook pour un registre de conteneurs avec les paramètres spécifiés.

Delete(IWebhooksOperations, String, String, String)

Supprime un webhook d’un registre de conteneurs.

DeleteAsync(IWebhooksOperations, String, String, String, CancellationToken)

Supprime un webhook d’un registre de conteneurs.

Get(IWebhooksOperations, String, String, String)

Obtient les propriétés du webhook spécifié.

GetAsync(IWebhooksOperations, String, String, String, CancellationToken)

Obtient les propriétés du webhook spécifié.

GetCallbackConfig(IWebhooksOperations, String, String, String)

Obtient la configuration de l’URI de service et les en-têtes personnalisés pour le webhook.

GetCallbackConfigAsync(IWebhooksOperations, String, String, String, CancellationToken)

Obtient la configuration de l’URI de service et les en-têtes personnalisés pour le webhook.

List(IWebhooksOperations, String, String)

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

ListAsync(IWebhooksOperations, String, String, CancellationToken)

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

ListEvents(IWebhooksOperations, String, String, String)

Affiche les événements récents pour le webhook spécifié.

ListEventsAsync(IWebhooksOperations, String, String, String, CancellationToken)

Affiche les événements récents pour le webhook spécifié.

ListEventsNext(IWebhooksOperations, String)

Affiche les événements récents pour le webhook spécifié.

ListEventsNextAsync(IWebhooksOperations, String, CancellationToken)

Affiche les événements récents pour le webhook spécifié.

ListNext(IWebhooksOperations, String)

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

ListNextAsync(IWebhooksOperations, String, CancellationToken)

Répertorie tous les webhooks pour le registre de conteneurs spécifié.

Ping(IWebhooksOperations, String, String, String)

Déclenche un événement de test ping à envoyer au webhook.

PingAsync(IWebhooksOperations, String, String, String, CancellationToken)

Déclenche un événement de test ping à envoyer au webhook.

Update(IWebhooksOperations, String, String, String, WebhookUpdateParameters)

Mises à jour un webhook avec les paramètres spécifiés.

UpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

Mises à jour un webhook avec les paramètres spécifiés.

S’applique à