IBlobServiceProperties1.StaticWebsiteDefaultIndexDocumentPath Property
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.
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 StaticWebsiteDefaultIndexDocumentPath { 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.StaticWebsiteDefaultIndexDocumentPath : string with get, set
Public Property StaticWebsiteDefaultIndexDocumentPath As String
Property Value
- Attributes