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 staticWebsite property.
|
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 staticWebsite property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.