SourceUpdateParameters Class

Definition

The properties for updating the source code repository.

public class SourceUpdateParameters
type SourceUpdateParameters = class
Public Class SourceUpdateParameters
Inheritance
SourceUpdateParameters

Constructors

SourceUpdateParameters()

Initializes a new instance of the SourceUpdateParameters class.

SourceUpdateParameters(String, String, String, AuthInfoUpdateParameters)

Initializes a new instance of the SourceUpdateParameters class.

Properties

Branch

Gets or sets the branch name of the source code.

RepositoryUrl

Gets or sets the full URL to the source code respository

SourceControlAuthProperties

Gets or sets the authorization properties for accessing the source code repository and to set up webhooks for notifications.

SourceControlType

Gets or sets the type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'

Applies to