次の方法で共有


StackMajorVersion.SiteConfigPropertiesDictionary プロパティ

定義

lt;siteConfigProperties> & を取得または設定します&。lt;siteConfigProperty name="Use32BitWorkerProcess" value="false" /> </siteConfigProperties>例: すべての Linux Function Apps で、Use32BitWorkerProcess を 0 に設定する必要がある

[Newtonsoft.Json.JsonProperty(PropertyName="siteConfigPropertiesDictionary")]
public System.Collections.Generic.IDictionary<string,object> SiteConfigPropertiesDictionary { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="siteConfigPropertiesDictionary")>]
member this.SiteConfigPropertiesDictionary : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property SiteConfigPropertiesDictionary As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象