IWebhookPropertiesUpdateParameters.Action 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.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The list of actions that trigger the webhook to post notifications.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction) }, ReadOnly=false, Required=false, SerializedName="actions")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[] Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The list of actions that trigger the webhook to post notifications.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction) }, ReadOnly=false, Required=false, SerializedName="actions")>]
member this.Action : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[] with get, set
Public Property Action As WebhookAction()
Property Value
- Attributes