Registry.DefinitionStages.WithWebhook Interface
public static interface Registry.DefinitionStages.WithWebhook
The stage of the container registry definition allowing to add or remove a webhook.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineWebhook(String name)
Begins the definition of a new webhook to be added to this container registry. |
Method Details
defineWebhook
public abstract Webhook.DefinitionStages.Blank
Begins the definition of a new webhook to be added to this container registry.
Parameters:
name
- the name of the new webhook
Returns:
the first stage of the new webhook definition
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java