Show / Hide Table of Contents

Class AccountStaticWebsiteArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountStaticWebsiteArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountStaticWebsiteArgs : ResourceArgs

Constructors

View Source

AccountStaticWebsiteArgs()

Declaration
public AccountStaticWebsiteArgs()

Properties

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 Input<string> Error404Document { get; set; }
Property Value
Type Description
Input<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 Input<string> IndexDocument { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.