BaseAzureDevOpsProjectSettings.

BaseAzureDevOpsProjectSettings(Uri, string, IAzureDevOpsCredentials) Constructor

Summary

Initializes a new instance of the BaseAzureDevOpsProjectSettings class.

Syntax

protected BaseAzureDevOpsProjectSettings(Uri collectionUrl, string projectName, IAzureDevOpsCredentials credentials)

Parameters

Name Type Description
collectionUrl Uri Full URL of the Azure DevOps collection, eg.
http://myserver:8080/defaultcollection
.
projectName string Name of the project.
credentials IAzureDevOpsCredentials Credentials to use to authenticate against Azure DevOps.

Return Value

Type Description
void