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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript