SourceUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.AuthInfoUpdateParameters sourceControlAuthProperties = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.SourceUpdateParameters : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.AuthInfoUpdateParameters -> Microsoft.Azure.Management.ContainerRegistry.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 repository
- 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
Azure SDK for .NET