次の方法で共有


PatchExtension.ConfigurationProtectedSettings プロパティ

定義

この拡張機能を構成するための名前と値のペアとして、機密性の高い構成設定を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象