SourceRepositoryProperties Class
The properties of the source code repository.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceRepositoryProperties
Constructor
SourceRepositoryProperties(*, source_control_type: str | _models.SourceControlType, repository_url: str, is_commit_trigger_enabled: bool = False, source_control_auth_properties: _models.SourceControlAuthInfo | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_control_type
|
The type of source control service. Required. Known values are: "Github" and "VisualStudioTeamService". |
repository_url
|
The full URL to the source code repository. Required. |
is_commit_trigger_enabled
|
The value of this property indicates whether the source control commit trigger is enabled or not. |
source_control_auth_properties
|
The authorization properties for accessing the source code repository. |
Variables
Name | Description |
---|---|
source_control_type
|
The type of source control service. Required. Known values are: "Github" and "VisualStudioTeamService". |
repository_url
|
The full URL to the source code repository. Required. |
is_commit_trigger_enabled
|
The value of this property indicates whether the source control commit trigger is enabled or not. |
source_control_auth_properties
|
The authorization properties for accessing the source code repository. |
Azure SDK for Python