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.