次の方法で共有


SourceRepositoryUpdateParameters Class

The properties for updating the source code repository configuration.

Inheritance
azure.mgmt.containerregistry._serialization.Model
SourceRepositoryUpdateParameters

Constructor

SourceRepositoryUpdateParameters(*, source_control_auth_properties: _models.SourceControlAuthInfo | None = None, is_commit_trigger_enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source_control_auth_properties

The authorization properties for accessing the source code repository.

is_commit_trigger_enabled

The value of this property indicates whether the source control commit trigger is enabled or not.

Variables

Name Description
source_control_auth_properties

The authorization properties for accessing the source code repository.

is_commit_trigger_enabled

The value of this property indicates whether the source control commit trigger is enabled or not.