public final class DataLakeStaticWebsite extends Object
| Constructor and Description |
|---|
DataLakeStaticWebsite() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultIndexDocumentPath()
Get the defaultIndexDocumentPath property: Absolute path of the default index page.
|
String |
getErrorDocument404Path()
Get the errorDocument404Path property: The absolute path of the custom 404 page.
|
String |
getIndexDocument()
Get the indexDocument property: The default name of the index page under each directory.
|
boolean |
isEnabled()
Get the enabled property: Indicates whether this account is hosting 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.
|
public boolean isEnabled()
public DataLakeStaticWebsite setEnabled(boolean enabled)
enabled - the enabled value to set.public String getIndexDocument()
public DataLakeStaticWebsite setIndexDocument(String indexDocument)
indexDocument - the indexDocument value to set.public String getErrorDocument404Path()
public DataLakeStaticWebsite setErrorDocument404Path(String errorDocument404Path)
errorDocument404Path - the errorDocument404Path value to set.public String getDefaultIndexDocumentPath()
public DataLakeStaticWebsite setDefaultIndexDocumentPath(String defaultIndexDocumentPath)
defaultIndexDocumentPath - the defaultIndexDocumentPath value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.