다음을 통해 공유


SourceControlOperations interface

SourceControlOperations를 나타내는 인터페이스입니다.

메서드

listRepositories(string, string, string, SourceControlListRepositoriesOptionalParams)

리포지토리 메타데이터 목록을 가져옵니다.

메서드 세부 정보

listRepositories(string, string, string, SourceControlListRepositoriesOptionalParams)

리포지토리 메타데이터 목록을 가져옵니다.

function listRepositories(resourceGroupName: string, workspaceName: string, repoType: string, options?: SourceControlListRepositoriesOptionalParams): PagedAsyncIterableIterator<Repo, Repo[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

repoType

string

리포지토리 형식입니다.

options
SourceControlListRepositoriesOptionalParams

옵션 매개 변수입니다.

반환