Class AccountStaticWebsiteArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountStaticWebsiteArgs : ResourceArgs
Constructors
View SourceAccountStaticWebsiteArgs()
Declaration
public AccountStaticWebsiteArgs()
Properties
View SourceError404Document
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> |
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> |