次の方法で共有


ClusterConfigurations.Configurations プロパティ

定義

指定したクラスターの指定した構成の構成オブジェクトを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象