ContainerRegistryWebhook.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of actions that trigger the webhook to post notifications.
public Azure.Provisioning.BicepList<Azure.Provisioning.ContainerRegistry.ContainerRegistryWebhookAction> Actions { get; set; }
member this.Actions : Azure.Provisioning.BicepList<Azure.Provisioning.ContainerRegistry.ContainerRegistryWebhookAction> with get, set
Public Property Actions As BicepList(Of ContainerRegistryWebhookAction)