ITriggerEventsDefinition Interface
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 stage of the container registry source trigger update allowing to specify the type of actions that will trigger a run.
public interface ITriggerEventsDefinition
type ITriggerEventsDefinition = interface
Public Interface ITriggerEventsDefinition
- Derived
Methods
WithCommitTriggerEvent() |
The function that specifies a commit action will trigger a run. |
WithPullTriggerEvent() |
The function that specifies a pull action will trigger a run. |
WithTriggerEvent(SourceTriggerEvent) |
The function that allows the user to specify an action that will trigger a run when it is executed. |