Uses of Class
com.azure.storage.blob.models.StaticWebsite
Packages that use StaticWebsite
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of StaticWebsite in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return StaticWebsiteModifier and TypeMethodDescriptionstatic StaticWebsite
StaticWebsite.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of StaticWebsite from the XmlReader.static StaticWebsite
Reads an instance of StaticWebsite from the XmlReader.BlobServiceProperties.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.Methods in com.azure.storage.blob.models with parameters of type StaticWebsiteModifier and TypeMethodDescriptionBlobServiceProperties.setStaticWebsite
(StaticWebsite staticWebsite) Set the staticWebsite property: The properties that enable an account to host a static website.