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