AccountStaticWebsiteArgs

data class AccountStaticWebsiteArgs(val error404Document: Output<String>? = null, val indexDocument: Output<String>? = null) : ConvertibleToJava<AccountStaticWebsiteArgs>

Constructors

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

Properties

Link copied to clipboard
val error404Document: Output<String>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AccountStaticWebsiteArgs