Partager via


IWebhooksClient Interface

Définition

Regroupement d’actions de webhook de registre.

public interface IWebhooksClient : Microsoft.Azure.Management.ContainerRegistry.Fluent.Registries.WebhooksClient.IWebhooksClientBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWebhooksClient = interface
    interface IWebhooksClientBeta
    interface IBeta
Public Interface IWebhooksClient
Implements IBeta, IWebhooksClientBeta
Implémente

Méthodes

Delete(String, String, String)

Supprime un webhook du registre de conteneurs.

(Hérité de IWebhooksClientBeta)
DeleteAsync(String, String, String, CancellationToken)

Supprime un webhook du registre de conteneurs.

(Hérité de IWebhooksClientBeta)
Get(String, String, String)

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

(Hérité de IWebhooksClientBeta)
GetAsync(String, String, String, CancellationToken)

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

(Hérité de IWebhooksClientBeta)
List(String, String)

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

(Hérité de IWebhooksClientBeta)
ListAsync(String, String, CancellationToken)

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

(Hérité de IWebhooksClientBeta)

S’applique à