Compartir a través de


SourceUpdateParameters Class

The properties for updating the source code repository.

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".

Default value: None
repository_url
str

The full URL to the source code repository.

Default value: None
branch
str

The branch name of the source code.

Default value: None
source_control_auth_properties

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

Default value: None

Variables

Name Description
source_control_type

The type of source control service. Known values are: "Github" and "VisualStudioTeamService".

repository_url
str

The full URL to the source code repository.

branch
str

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.