Uses of Class
com.azure.storage.blob.models.StaticWebsite
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of StaticWebsite in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobServiceProperties.getStaticWebsite()
Get the staticWebsite property: The properties that enable an account to host a static website.StaticWebsite.setDefaultIndexDocumentPath
(String defaultIndexDocumentPath) Set the defaultIndexDocumentPath property: Absolute path of the default index page.StaticWebsite.setEnabled
(boolean enabled) Set the enabled property: Indicates whether this account is hosting a static website.StaticWebsite.setErrorDocument404Path
(String errorDocument404Path) Set the errorDocument404Path property: The absolute path of the custom 404 page.StaticWebsite.setIndexDocument
(String indexDocument) Set the indexDocument property: The default name of the index page under each directory.Modifier and TypeMethodDescriptionBlobServiceProperties.setStaticWebsite
(StaticWebsite staticWebsite) Set the staticWebsite property: The properties that enable an account to host a static website.