Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
StaticWebsite |
BlobServiceProperties.getStaticWebsite()
Get the staticWebsite property: The properties that enable an account to host a static website.
|
StaticWebsite |
StaticWebsite.setDefaultIndexDocumentPath(String defaultIndexDocumentPath)
Set the defaultIndexDocumentPath property: Absolute path of the default index page.
|
StaticWebsite |
StaticWebsite.setEnabled(boolean enabled)
Set the enabled property: Indicates whether this account is hosting a static website.
|
StaticWebsite |
StaticWebsite.setErrorDocument404Path(String errorDocument404Path)
Set the errorDocument404Path property: The absolute path of the custom 404 page.
|
StaticWebsite |
StaticWebsite.setIndexDocument(String indexDocument)
Set the indexDocument property: The default name of the index page under each directory.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceProperties.setStaticWebsite(StaticWebsite staticWebsite)
Set the staticWebsite property: The properties that enable an account to host a static website.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.