AccountStaticWebsite

data class AccountStaticWebsite(val error404Document: String? = null, val indexDocument: String? = null)

Constructors

Link copied to clipboard
constructor(error404Document: String? = null, indexDocument: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The absolute path to a custom webpage that should be used when a request is made which does not correspond to an existing file.

Link copied to clipboard
val indexDocument: String? = null

The webpage that Azure Storage serves for requests to the root of a website or any subfolder. For example, index.html. The value is case-sensitive.