Summary
	
		
	Syntax
	public AzureDevOpsCreatePullRequestSettings(Uri repositoryUrl, string sourceRefName, string targetRefName, string title, string description, IAzureDevOpsCredentials credentials)
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| repositoryUrl | Uri | Full URL of the Git repository,
    eg. .
    Supported URL schemes are HTTP, HTTPS and SSH.
    URLs using SSH scheme are converted to HTTPS.http://myserver:8080/defaultcollection/myproject/_git/myrepository
 | 
					
						| sourceRefName | string | Branch for which the pull request is made. | 
					
						| targetRefName | string | Target branch of the pull request.
    If orSystem.String.Emptythe default branch of the repository will be used. | 
					
						| title | string | Title of the pull request. | 
					
						| description | string | Description of the pull request. | 
					
						| credentials | IAzureDevOpsCredentials | Credentials to use to authenticate against Azure DevOps. | 
			
		 
	 	
	Return Value