SourceCodeRepoProperties(SourceControlType, Uri) Constructor
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.
Initializes a new instance of SourceCodeRepoProperties.
public SourceCodeRepoProperties (Azure.ResourceManager.ContainerRegistry.Models.SourceControlType sourceControlType, Uri repositoryUri);
new Azure.ResourceManager.ContainerRegistry.Models.SourceCodeRepoProperties : Azure.ResourceManager.ContainerRegistry.Models.SourceControlType * Uri -> Azure.ResourceManager.ContainerRegistry.Models.SourceCodeRepoProperties
Public Sub New (sourceControlType As SourceControlType, repositoryUri As Uri)
Parameters
- sourceControlType
- SourceControlType
The type of source control service.
- repositoryUri
- Uri
The full URL to the source code repository.
Exceptions
repositoryUri
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET