Freigeben über


ISourceTrigger.Event Property

Definition

The source event corresponding to the trigger.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "commit", "pullrequest" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The source event corresponding to the trigger.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sourceTriggerEvents", Update=true)]
public System.Collections.Generic.List<string> Event { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "commit", "pullrequest" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The source event corresponding to the trigger.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sourceTriggerEvents", Update=true)>]
member this.Event : System.Collections.Generic.List<string> with get, set
Public Property Event As List(Of String)

Property Value

Attributes

Applies to