StaticSiteTemplateOptions 클래스
정적 사이트에 대한 템플릿 옵션입니다.
- 상속
-
azure.mgmt.web._serialization.ModelStaticSiteTemplateOptions
생성자
StaticSiteTemplateOptions(*, template_repository_url: str | None = None, owner: str | None = None, repository_name: str | None = None, description: str | None = None, is_private: bool | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
template_repository_url
|
템플릿 리포지토리의 URL입니다. 새로 생성된 리포지토리는 이 리포지토리를 기반으로 합니다. |
owner
|
새로 생성된 리포지토리의 소유자입니다. |
repository_name
|
새로 생성된 리포지토리의 이름입니다. |
description
|
새로 생성된 리포지토리에 대한 설명입니다. |
is_private
|
새로 생성된 리포지토리가 프라이빗 리포지토리인지 여부입니다. 기본값은 false(예: public)입니다. |
변수
Name | Description |
---|---|
template_repository_url
|
템플릿 리포지토리의 URL입니다. 새로 생성된 리포지토리는 이 리포지토리를 기반으로 합니다. |
owner
|
새로 생성된 리포지토리의 소유자입니다. |
repository_name
|
새로 생성된 리포지토리의 이름입니다. |
description
|
새로 생성된 리포지토리에 대한 설명입니다. |
is_private
|
새로 생성된 리포지토리가 프라이빗 리포지토리인지 여부입니다. 기본값은 false(예: public)입니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python