TriggerProperties Constructors
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.
Overloads
TriggerProperties() |
Initializes a new instance of the TriggerProperties class. |
TriggerProperties(IList<TimerTrigger>, IList<SourceTrigger>, BaseImageTrigger) |
Initializes a new instance of the TriggerProperties class. |
TriggerProperties()
Initializes a new instance of the TriggerProperties class.
public TriggerProperties ();
Public Sub New ()
Applies to
TriggerProperties(IList<TimerTrigger>, IList<SourceTrigger>, BaseImageTrigger)
Initializes a new instance of the TriggerProperties class.
public TriggerProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger> timerTriggers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SourceTrigger> sourceTriggers = default, Microsoft.Azure.Management.ContainerRegistry.Models.BaseImageTrigger baseImageTrigger = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TriggerProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SourceTrigger> * Microsoft.Azure.Management.ContainerRegistry.Models.BaseImageTrigger -> Microsoft.Azure.Management.ContainerRegistry.Models.TriggerProperties
Public Sub New (Optional timerTriggers As IList(Of TimerTrigger) = Nothing, Optional sourceTriggers As IList(Of SourceTrigger) = Nothing, Optional baseImageTrigger As BaseImageTrigger = Nothing)
Parameters
- timerTriggers
- IList<TimerTrigger>
The collection of timer triggers.
- sourceTriggers
- IList<SourceTrigger>
The collection of triggers based on source code repository.
- baseImageTrigger
- BaseImageTrigger
The trigger based on base image dependencies.
Applies to
Azure SDK for .NET