Uses of Class
com.microsoft.azure.management.containerregistry.WebhookUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of WebhookUpdateParameters in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionWebhookUpdateParameters.withActions
(List<WebhookAction> actions) Set the list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.withCustomHeaders
(Map<String, String> customHeaders) Set custom headers that will be added to the webhook notifications.Set the scope of repositories where the event can be triggered.WebhookUpdateParameters.withServiceUri
(String serviceUri) Set the service URI for the webhook to post notifications.WebhookUpdateParameters.withStatus
(WebhookStatus status) Set the status of the webhook at the time the operation was called.Set the tags for the webhook.