StaticWebsite Class
The properties that enable an account to host a static website.
- Inheritance
-
azure.storage.blob._generated.models._models_py3.StaticWebsiteStaticWebsite
Constructor
StaticWebsite(**kwargs)
Parameters
- enabled
- bool
Indicates whether this account is hosting a static website. The default value is False.
- index_document
- str
The default name of the index page under each directory.
- error_document404_path
- str
The absolute path of the custom 404 page.
- default_index_document_path
- str
Absolute path of the default index page.
Feedback
Submit and view feedback for