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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java