다음을 통해 공유


CloudServiceExtensionProperties.ProtectedSettings Property

Definition

Gets or sets protected settings for the extension which are encrypted before sent to the role instance.

[Newtonsoft.Json.JsonProperty(PropertyName="protectedSettings")]
public object ProtectedSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protectedSettings")>]
member this.ProtectedSettings : obj with get, set
Public Property ProtectedSettings As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to