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. |
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