ITriggerTypes 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 task update that allows users to update either a source trigger and/or a base image trigger.
public interface ITriggerTypes
type ITriggerTypes = interface
Public Interface ITriggerTypes
- Derived
Methods
DefineSourceTrigger(String) |
The function that allows us to define a new source trigger in a registry task update. |
UpdateBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus) |
The function that defines a base image trigger with all possible parameters for base image trigger update. |
UpdateBaseImageTrigger(String, BaseImageTriggerType) |
The function that defines a base image trigger with the two parameters required for base image trigger update. |
UpdateSourceTrigger(String) |
The function that begins the definition of a source trigger. |