azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::StaticWebsite Struct Referencefinal

The properties that enable a storage account to host a static website.

#include <blob_rest_client.hpp>

Public Attributes

bool IsEnabled = false
 
Azure::Nullable< std::string > IndexDocument
 
Azure::Nullable< std::string > DefaultIndexDocumentPath
 
Azure::Nullable< std::string > ErrorDocument404Path
 

Member Data Documentation

◆ DefaultIndexDocumentPath

Azure::Nullable<std::string> Azure::Storage::Blobs::Models::StaticWebsite::DefaultIndexDocumentPath

Absolute path of the default index page.

◆ ErrorDocument404Path

Azure::Nullable<std::string> Azure::Storage::Blobs::Models::StaticWebsite::ErrorDocument404Path

The absolute path of the custom 404 page.

◆ IndexDocument

Azure::Nullable<std::string> Azure::Storage::Blobs::Models::StaticWebsite::IndexDocument

The default name of the index page under each directory.

◆ IsEnabled

bool Azure::Storage::Blobs::Models::StaticWebsite::IsEnabled = false

Indicates whether this storage account is hosting a static website.


The documentation for this struct was generated from the following file: