Compartilhar via


SourceTriggerDescriptor Class

The source trigger that caused a run.

Inheritance
azure.mgmt.containerregistry._serialization.Model
SourceTriggerDescriptor

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
str

The unique ID of the trigger.

event_type
str

The event type of the trigger.

commit_id
str

The unique ID that identifies a commit.

pull_request_id
str

The unique ID that identifies pull request.

repository_url
str

The repository URL.

branch_name
str

The branch name in the repository.

provider_type
str

The source control provider type.

Variables

Name Description
id
str

The unique ID of the trigger.

event_type
str

The event type of the trigger.

commit_id
str

The unique ID that identifies a commit.

pull_request_id
str

The unique ID that identifies pull request.

repository_url
str

The repository URL.

branch_name
str

The branch name in the repository.

provider_type
str

The source control provider type.