Condividi tramite


ITriggerTypes Interface

Definition

The stage of the container registry task definition that allows users to define 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 begins the definition of a source trigger.

WithBaseImageTrigger(String, BaseImageTriggerType)

The function that defines a base image trigger with the two parameters required for base image trigger creation.

WithBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus)

The function that defines a base image trigger with all possible parameters for base image trigger creation.

Applies to