次の方法で共有


IWebhook.Action Property

Definition

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

Applies to