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).