ClusterConfigurations.Configurations Property

Definition

Gets or sets the configuration object for the specified configuration for the specified cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to