Uses of Class
com.microsoft.azure.management.containerregistry.WebhookAction
Packages that use WebhookAction
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of WebhookAction in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as WebhookActionModifier and TypeFieldDescriptionstatic final WebhookAction
WebhookAction.DELETE
Static value delete for WebhookAction.static final WebhookAction
WebhookAction.PUSH
Static value push for WebhookAction.static final WebhookAction
WebhookAction.QUARANTINE
Static value quarantine for WebhookAction.Methods in com.microsoft.azure.management.containerregistry that return WebhookActionModifier and TypeMethodDescriptionstatic WebhookAction
WebhookAction.fromString
(String name) Creates or finds a WebhookAction from its string representation.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookCreateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.actions()
Get the list of actions that trigger the webhook to post notifications.Webhook.triggers()
static Collection<WebhookAction>
WebhookAction.values()
Methods in com.microsoft.azure.management.containerregistry with parameters of type WebhookActionModifier and TypeMethodDescriptionWebhook.DefinitionStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateDefinitionStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateResourceStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Webhook.UpdateStages.WithTriggerWhen.withTriggerWhen
(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookCreateParameters.withActions
(List<WebhookAction> actions) Set the list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.withActions
(List<WebhookAction> actions) Set the list of actions that trigger the webhook to post notifications.