Class StaticWebsite

java.lang.Object
com.azure.storage.blob.models.StaticWebsite

public final class StaticWebsite extends Object
The properties that enable an account to host a static website.
  • Constructor Details

    • StaticWebsite

      public StaticWebsite()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Get the enabled property: Indicates whether this account is hosting a static website.
      Returns:
      the enabled value.
    • setEnabled

      public StaticWebsite setEnabled(boolean enabled)
      Set the enabled property: Indicates whether this account is hosting a static website.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the StaticWebsite object itself.
    • getIndexDocument

      public String getIndexDocument()
      Get the indexDocument property: The default name of the index page under each directory.
      Returns:
      the indexDocument value.
    • setIndexDocument

      public StaticWebsite setIndexDocument(String indexDocument)
      Set the indexDocument property: The default name of the index page under each directory.
      Parameters:
      indexDocument - the indexDocument value to set.
      Returns:
      the StaticWebsite object itself.
    • getErrorDocument404Path

      public String getErrorDocument404Path()
      Get the errorDocument404Path property: The absolute path of the custom 404 page.
      Returns:
      the errorDocument404Path value.
    • setErrorDocument404Path

      public StaticWebsite setErrorDocument404Path(String errorDocument404Path)
      Set the errorDocument404Path property: The absolute path of the custom 404 page.
      Parameters:
      errorDocument404Path - the errorDocument404Path value to set.
      Returns:
      the StaticWebsite object itself.
    • getDefaultIndexDocumentPath

      public String getDefaultIndexDocumentPath()
      Get the defaultIndexDocumentPath property: Absolute path of the default index page.
      Returns:
      the defaultIndexDocumentPath value.
    • setDefaultIndexDocumentPath

      public StaticWebsite setDefaultIndexDocumentPath(String defaultIndexDocumentPath)
      Set the defaultIndexDocumentPath property: Absolute path of the default index page.
      Parameters:
      defaultIndexDocumentPath - the defaultIndexDocumentPath value to set.
      Returns:
      the StaticWebsite object itself.