SourceRepositoryUpdateParameters Class

The properties for updating the source code repository configuration.

Inheritance
SourceRepositoryUpdateParameters

Constructor

SourceRepositoryUpdateParameters(*, source_control_auth_properties: Optional[azure.mgmt.containerregistry.v2018_02_01_preview.models._models_py3.SourceControlAuthInfo] = None, is_commit_trigger_enabled: Optional[bool] = None, **kwargs)

Variables

source_control_auth_properties
SourceControlAuthInfo

The authorization properties for accessing the source code repository.

is_commit_trigger_enabled
bool

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