PatchExtension.ConfigurationProtectedSettings Property

Definition

Gets or sets configuration settings that are sensitive, as name-value pairs for configuring this extension.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to