IStaticWebsite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StaticWebsiteTypeConverter))]
public interface IStaticWebsite : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StaticWebsiteTypeConverter))>]
type IStaticWebsite = interface
interface IJsonSerializable
Public Interface IStaticWebsite
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DefaultIndexDocumentPath |
The absolute path where the default index file is present. This absolute path is mutually exclusive to "indexDocument" and it is case-sensitive. |
| Enabled |
Indicates whether static website support is enabled for the specified account. |
| ErrorDocument404Path |
The absolute path to a webpage that Azure Storage serves for requests that don't correspond to an existing file. The contents of the page are returned with HTTP 404 Not Found. Only a single custom 404 page is supported in each static website. |
| 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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |