ISiteConfig.DefaultDocument Property

Definition

Default documents.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Default documents.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultDocuments", Update=true)]
public System.Collections.Generic.List<string> DefaultDocument { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Default documents.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultDocuments", Update=true)>]
member this.DefaultDocument : System.Collections.Generic.List<string> with get, set
Public Property DefaultDocument As List(Of String)

Property Value

Attributes

Applies to