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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python