Partager via


IWebhooksOperations Interface

Définition

Opérations WebhooksOperations.

public interface IWebhooksOperations
type IWebhooksOperations = interface
Public Interface IWebhooksOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

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

Supprime un webhook d’un registre de conteneurs.

BeginUpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, String, WebhookCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)

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

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

Supprime un webhook d’un registre de conteneurs.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Méthodes d’extension

BeginCreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

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

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

Supprime un webhook d’un registre de conteneurs.

BeginUpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

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

CreateAsync(IWebhooksOperations, String, String, String, WebhookCreateParametersInner, CancellationToken)

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

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

Supprime un webhook d’un registre de conteneurs.

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

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

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

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

ListAsync(IWebhooksOperations, String, String, CancellationToken)

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

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

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é.

ListNextAsync(IWebhooksOperations, String, CancellationToken)

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

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

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

UpdateAsync(IWebhooksOperations, String, String, String, WebhookUpdateParametersInner, CancellationToken)

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

S’applique à