Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookAction
-
Packages that use WebhookAction Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 WebhookAction Modifier and Type Method Description List<WebhookAction>WebhookInner. actions()Get the actions property: The list of actions that trigger the webhook to post notifications.List<WebhookAction>WebhookProperties. actions()Get the actions property: The list of actions that trigger the webhook to post notifications.List<WebhookAction>WebhookPropertiesCreateParameters. actions()Get the actions property: The list of actions that trigger the webhook to post notifications.List<WebhookAction>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 WebhookAction Modifier and Type Method Description WebhookInnerWebhookInner. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesWebhookProperties. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesCreateParametersWebhookPropertiesCreateParameters. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesUpdateParametersWebhookPropertiesUpdateParameters. 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 WebhookAction Modifier and Type Field Description static WebhookActionWebhookAction. CHART_DELETEStatic value chart_delete for WebhookAction.static WebhookActionWebhookAction. CHART_PUSHStatic value chart_push for WebhookAction.static WebhookActionWebhookAction. DELETEStatic value delete for WebhookAction.static WebhookActionWebhookAction. PUSHStatic value push for WebhookAction.static WebhookActionWebhookAction. QUARANTINEStatic value quarantine for WebhookAction.Methods in com.azure.resourcemanager.containerregistry.models that return WebhookAction Modifier and Type Method Description static 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 WebhookAction Modifier and Type Method Description List<WebhookAction>WebhookCreateParameters. actions()Get the actions property: The list of actions that trigger the webhook to post notifications.List<WebhookAction>WebhookUpdateParameters. actions()Get the actions property: The list of actions that trigger the webhook to post notifications.Collection<WebhookAction>Webhook. triggers()static Collection<WebhookAction>WebhookAction. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type WebhookAction Modifier and Type Method Description Webhook.DefinitionStages.WithServiceUri<ParentT>Webhook.DefinitionStages.WithTriggerWhen. withTriggerWhen(WebhookAction... webhookActions)Specifies the actions that will trigger the webhook notifications.Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>Webhook.UpdateDefinitionStages.WithTriggerWhen. withTriggerWhen(WebhookAction... webhookActions)Specifies the actions that will trigger the webhook notifications.Webhook.UpdateResourceStages.WithAttach<ParentT>Webhook.UpdateResourceStages.WithTriggerWhen. withTriggerWhen(WebhookAction... webhookActions)Specifies the actions that will trigger the webhook notifications.Webhook.UpdateWebhook.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 WebhookAction Modifier and Type Method Description WebhookCreateParametersWebhookCreateParameters. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookUpdateParametersWebhookUpdateParameters. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.
-