你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteTemplateOptions Class

Template Options for the static site.

Inheritance
azure.mgmt.web._serialization.Model
StaticSiteTemplateOptions

Constructor

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)

Keyword-Only Parameters

Name Description
template_repository_url
str

URL of the template repository. The newly generated repository will be based on this one.

owner
str

Owner of the newly generated repository.

repository_name
str

Name of the newly generated repository.

description
str

Description of the newly generated repository.

is_private

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

Variables

Name Description
template_repository_url
str

URL of the template repository. The newly generated repository will be based on this one.

owner
str

Owner of the newly generated repository.

repository_name
str

Name of the newly generated repository.

description
str

Description of the newly generated repository.

is_private

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).