SourceTriggerDescriptor Class
The source trigger that caused a run.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceTriggerDescriptor
Constructor
SourceTriggerDescriptor(*, id: str | None = None, event_type: str | None = None, commit_id: str | None = None, pull_request_id: str | None = None, repository_url: str | None = None, branch_name: str | None = None, provider_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The unique ID of the trigger. |
event_type
|
The event type of the trigger. |
commit_id
|
The unique ID that identifies a commit. |
pull_request_id
|
The unique ID that identifies pull request. |
repository_url
|
The repository URL. |
branch_name
|
The branch name in the repository. |
provider_type
|
The source control provider type. |
Variables
Name | Description |
---|---|
id
|
The unique ID of the trigger. |
event_type
|
The event type of the trigger. |
commit_id
|
The unique ID that identifies a commit. |
pull_request_id
|
The unique ID that identifies pull request. |
repository_url
|
The repository URL. |
branch_name
|
The branch name in the repository. |
provider_type
|
The source control provider type. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python