IWebhooksClient Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET