Show / Hide Table of Contents

Class AccountStaticWebsite

Inheritance
System.Object
AccountStaticWebsite
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountStaticWebsite

Fields

View Source

Error404Document

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

Declaration
public readonly string Error404Document
Field Value
Type Description
System.String
View Source

IndexDocument

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.

Declaration
public readonly string IndexDocument
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.