StaticSiteTemplateOptions Class
Template Options for the static site.
- Inheritance
-
azure.mgmt.web._serialization.ModelStaticSiteTemplateOptions
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
|
URL of the template repository. The newly generated repository will be based on this one. |
owner
|
Owner of the newly generated repository. |
repository_name
|
Name of the newly generated repository. |
description
|
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
|
URL of the template repository. The newly generated repository will be based on this one. |
owner
|
Owner of the newly generated repository. |
repository_name
|
Name of the newly generated repository. |
description
|
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). |
Azure SDK for Python