SourceControlOperations interface
Interface representing a SourceControlOperations.
Methods
list |
Gets a list of repositories metadata. |
Method Details
listRepositories(string, string, string, SourceControlListRepositoriesOptionalParams)
Gets a list of repositories metadata.
function listRepositories(resourceGroupName: string, workspaceName: string, repoType: string, options?: SourceControlListRepositoriesOptionalParams): PagedAsyncIterableIterator<Repo, Repo[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- repoType
-
string
The repo type.
The options parameters.
Returns
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 JavaScript