次の方法で共有


StaticSiteBuildARMResource.UserProvidedFunctionApps プロパティ

定義

静的サイト ビルドに登録されているユーザー指定の関数アプリを取得します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.userProvidedFunctionApps")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp> UserProvidedFunctionApps { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userProvidedFunctionApps")>]
member this.UserProvidedFunctionApps : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp>
Public ReadOnly Property UserProvidedFunctionApps As IList(Of StaticSiteUserProvidedFunctionApp)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象