TriggerProperties Class
The properties of a trigger.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTriggerProperties
Constructor
TriggerProperties(*, timer_triggers: List[_models.TimerTrigger] | None = None, source_triggers: List[_models.SourceTrigger] | None = None, base_image_trigger: _models.BaseImageTrigger | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
timer_triggers
|
The collection of timer triggers. |
source_triggers
|
The collection of triggers based on source code repository. |
base_image_trigger
|
The trigger based on base image dependencies. |
Variables
Name | Description |
---|---|
timer_triggers
|
The collection of timer triggers. |
source_triggers
|
The collection of triggers based on source code repository. |
base_image_trigger
|
The trigger based on base image dependencies. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python