GitCatalog 클래스

Git 리포지토리 카탈로그의 속성입니다.

상속
azure.mgmt.devcenter._serialization.Model
GitCatalog

생성자

GitCatalog(*, uri: str | None = None, branch: str | None = None, secret_identifier: str | None = None, path: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
uri
str

Git URI.

branch
str

Git 분기.

secret_identifier
str

Git 리포지토리에 인증할 보안 토큰이 포함된 Key Vault 비밀에 대한 참조입니다.

path
str

리포지토리 내에서 카탈로그 항목을 찾을 수 있는 폴더입니다.

변수

Name Description
uri
str

Git URI.

branch
str

Git 분기.

secret_identifier
str

Git 리포지토리에 인증할 보안 토큰이 포함된 Key Vault 비밀에 대한 참조입니다.

path
str

리포지토리 내에서 카탈로그 항목을 찾을 수 있는 폴더입니다.