IStaticSite.UserProvidedFunctionApp Property

Definition

User provided function apps registered with the static site

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="User provided function apps registered with the static site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteUserProvidedFunctionApp) }, Read=true, ReadOnly=true, Required=false, SerializedName="userProvidedFunctionApps", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteUserProvidedFunctionApp> UserProvidedFunctionApp { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="User provided function apps registered with the static site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteUserProvidedFunctionApp) }, Read=true, ReadOnly=true, Required=false, SerializedName="userProvidedFunctionApps", Update=false)>]
member this.UserProvidedFunctionApp : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteUserProvidedFunctionApp>
Public ReadOnly Property UserProvidedFunctionApp As List(Of IStaticSiteUserProvidedFunctionApp)

Property Value

Attributes

Applies to