SourceControlOperations interface

Interface representing a SourceControlOperations.

Methods

listRepositories(string, string, string, SourceControlListRepositoriesOptionalParams)

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.

options
SourceControlListRepositoriesOptionalParams

The options parameters.

Returns