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