Compartir a través de


ISourceTrigger.Event Property

Definition

The source event corresponding to the trigger.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The source event corresponding to the trigger.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceTriggerEvent) }, ReadOnly=false, Required=true, SerializedName="sourceTriggerEvents")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceTriggerEvent[] Event { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The source event corresponding to the trigger.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceTriggerEvent) }, ReadOnly=false, Required=true, SerializedName="sourceTriggerEvents")>]
member this.Event : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceTriggerEvent[] with get, set
Public Property Event As SourceTriggerEvent()

Property Value

Attributes

Applies to