Dela via


SourceUpdateParameters Constructors

Definition

Overloads

SourceUpdateParameters()

Initializes a new instance of the SourceUpdateParameters class.

SourceUpdateParameters(String, String, String, AuthInfoUpdateParameters)

Initializes a new instance of the SourceUpdateParameters class.

SourceUpdateParameters()

Initializes a new instance of the SourceUpdateParameters class.

public SourceUpdateParameters ();
Public Sub New ()

Applies to

SourceUpdateParameters(String, String, String, AuthInfoUpdateParameters)

Initializes a new instance of the SourceUpdateParameters class.

public SourceUpdateParameters (string sourceControlType = default, string repositoryUrl = default, string branch = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AuthInfoUpdateParameters sourceControlAuthProperties = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AuthInfoUpdateParameters -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters
Public Sub New (Optional sourceControlType As String = Nothing, Optional repositoryUrl As String = Nothing, Optional branch As String = Nothing, Optional sourceControlAuthProperties As AuthInfoUpdateParameters = Nothing)

Parameters

sourceControlType
String

The type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'

repositoryUrl
String

The full URL to the source code respository

branch
String

The branch name of the source code.

sourceControlAuthProperties
AuthInfoUpdateParameters

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

Applies to