SourceUpdateParameters Class
The properties for updating the source code repository.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceUpdateParameters
Constructor
SourceUpdateParameters(*, source_control_type: str | _models.SourceControlType | None = None, repository_url: str | None = None, branch: str | None = None, source_control_auth_properties: _models.AuthInfoUpdateParameters | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_control_type
|
The type of source control service. Known values are: "Github" and "VisualStudioTeamService". |
repository_url
|
The full URL to the source code repository. |
branch
|
The branch name of the source code. |
source_control_auth_properties
|
The authorization properties for accessing the source code repository and to set up webhooks for notifications. |
Variables
Name | Description |
---|---|
source_control_type
|
The type of source control service. Known values are: "Github" and "VisualStudioTeamService". |
repository_url
|
The full URL to the source code repository. |
branch
|
The branch name of the source code. |
source_control_auth_properties
|
The authorization properties for accessing the source code repository and to set up webhooks for notifications. |
Azure SDK for Python