SourceTriggerUpdateParameters Class
The properties for updating a source based trigger.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceTriggerUpdateParameters
Constructor
SourceTriggerUpdateParameters(*, name: str, source_repository: _models.SourceUpdateParameters | None = None, source_trigger_events: List[str | _models.SourceTriggerEvent] | None = None, status: str | _models.TriggerStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_repository
|
The properties that describes the source(code) for the task. |
source_trigger_events
|
The source event corresponding to the trigger. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Variables
Name | Description |
---|---|
source_repository
|
The properties that describes the source(code) for the task. |
source_trigger_events
|
The source event corresponding to the trigger. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
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