IStaticWebsite.DefaultIndexDocumentPath Property

Definition

The absolute path where the default index file is present. This absolute path is mutually exclusive to "indexDocument" and it is case-sensitive.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The absolute path where the default index file is present. This absolute path is mutually exclusive to "indexDocument" and it is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultIndexDocumentPath", Update=true)]
public string DefaultIndexDocumentPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The absolute path where the default index file is present. This absolute path is mutually exclusive to "indexDocument" and it is case-sensitive.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultIndexDocumentPath", Update=true)>]
member this.DefaultIndexDocumentPath : string with get, set
Public Property DefaultIndexDocumentPath As String

Property Value

Attributes

Applies to