SourceUpdateParameters interface  
The properties for updating the source code repository.
Properties
| branch | The branch name of the source code. | 
| repository | The full URL to the source code repository | 
| source | The authorization properties for accessing the source code repository and to set up webhooks for notifications. | 
| source | The type of source control service. | 
Property Details
branch
The branch name of the source code.
branch?: stringProperty Value
string
		repositoryUrl
	 
	The full URL to the source code repository
repositoryUrl?: stringProperty Value
string
		sourceControlAuthProperties
	   
	The authorization properties for accessing the source code repository and to set up webhooks for notifications.
sourceControlAuthProperties?: AuthInfoUpdateParametersProperty Value
		sourceControlType
	  
	The type of source control service.
sourceControlType?: stringProperty Value
string