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