SourceCodeRepoProperties(SourceControlType, Uri) Constructor

Definition

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