Uses of Interface
com.microsoft.azure.management.containerregistry.Webhook.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Webhook.Update in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionWebhook.UpdateStages.WithDefaultStatus.enabled
(boolean defaultStatus) Specifies the default status of the webhook; default is "enabled".Webhook.UpdateStages.WithCustomHeaders.withCustomHeader
(String name, String value) Specifies a custom header that will be added to notifications.Webhook.UpdateStages.WithCustomHeaders.withCustomHeaders
(Map<String, String> customHeaders) Specifies custom headers that will be added to the notifications.Webhook.UpdateStages.WithRepositoriesScope.withRepositoriesScope
(String repositoriesScope) Specifies the scope of repositories where the event can be triggered.Webhook.UpdateStages.WithServiceUri.withServiceUri
(String serviceUri) Specifies the service URI for post notifications.Webhook.UpdateStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.