Uses of Class
com.azure.storage.file.datalake.models.DataLakeStaticWebsite
Packages that use DataLakeStaticWebsite
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeStaticWebsite in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeStaticWebsiteModifier and TypeMethodDescriptionDataLakeServiceProperties.getStaticWebsite()Get the staticWebsite property: The properties that enable an account to host a static website.DataLakeStaticWebsite.setDefaultIndexDocumentPath(String defaultIndexDocumentPath) Set the defaultIndexDocumentPath property: Absolute path of the default index page.DataLakeStaticWebsite.setEnabled(boolean enabled) Set the enabled property: Indicates whether this account is hosting a static website.DataLakeStaticWebsite.setErrorDocument404Path(String errorDocument404Path) Set the errorDocument404Path property: The absolute path of the custom 404 page.DataLakeStaticWebsite.setIndexDocument(String indexDocument) Set the indexDocument property: The default name of the index page under each directory.Methods in com.azure.storage.file.datalake.models with parameters of type DataLakeStaticWebsiteModifier and TypeMethodDescriptionDataLakeServiceProperties.setStaticWebsite(DataLakeStaticWebsite staticWebsite) Set the staticWebsite property: The properties that enable an account to host a static website.