Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookAction
Packages that use WebhookAction
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of WebhookAction in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookInner.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.WebhookProperties.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesCreateParameters.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesUpdateParameters.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookInner.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookProperties.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesCreateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesUpdateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications. -
Uses of WebhookAction in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as WebhookActionModifier and TypeFieldDescriptionstatic final WebhookActionWebhookAction.CHART_DELETEStatic value chart_delete for WebhookAction.static final WebhookActionWebhookAction.CHART_PUSHStatic value chart_push for WebhookAction.static final WebhookActionWebhookAction.DELETEStatic value delete for WebhookAction.static final WebhookActionWebhookAction.PUSHStatic value push for WebhookAction.static final WebhookActionWebhookAction.QUARANTINEStatic value quarantine for WebhookAction.Methods in com.azure.resourcemanager.containerregistry.models that return WebhookActionModifier and TypeMethodDescriptionstatic WebhookActionWebhookAction.fromString(String name) Creates or finds a WebhookAction from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookCreateParameters.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.actions()Get the actions property: The list of actions that trigger the webhook to post notifications.Webhook.triggers()Gets the list of actions that trigger the webhook to post notifications.static Collection<WebhookAction> WebhookAction.values()Gets known WebhookAction values.Methods in com.azure.resourcemanager.containerregistry.models 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.azure.resourcemanager.containerregistry.models with type arguments of type WebhookActionModifier and TypeMethodDescriptionWebhookCreateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.