PipelineSourceTriggerProperties Class
PipelineSourceTriggerProperties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPipelineSourceTriggerProperties
Constructor
PipelineSourceTriggerProperties(*, status: str | _models.TriggerStatus = 'Enabled', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
str or
TriggerStatus
The current status of the source trigger. Known values are: "Enabled" and "Disabled". Default value: Enabled
|
Variables
Name | Description |
---|---|
status
|
str or
TriggerStatus
The current status of the source trigger. Known values are: "Enabled" and "Disabled". |
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