Uses of Class
com.azure.storage.blob.models.StaticWebsite
-
Packages that use StaticWebsite Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of StaticWebsite in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return StaticWebsite Modifier and Type Method Description StaticWebsiteBlobServiceProperties. getStaticWebsite()Get the staticWebsite property: The properties that enable an account to host a static website.StaticWebsiteStaticWebsite. setDefaultIndexDocumentPath(String defaultIndexDocumentPath)Set the defaultIndexDocumentPath property: Absolute path of the default index page.StaticWebsiteStaticWebsite. setEnabled(boolean enabled)Set the enabled property: Indicates whether this account is hosting a static website.StaticWebsiteStaticWebsite. setErrorDocument404Path(String errorDocument404Path)Set the errorDocument404Path property: The absolute path of the custom 404 page.StaticWebsiteStaticWebsite. 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 StaticWebsite Modifier and Type Method Description BlobServicePropertiesBlobServiceProperties. setStaticWebsite(StaticWebsite staticWebsite)Set the staticWebsite property: The properties that enable an account to host a static website.
-