次の方法で共有


ClusterQuotaConfigurationProperties.Settings プロパティ

定義

使用可能なすべてのクラスター設定 (クラスターに適用されるクォータと構成に適用されるキーと値のペア設定のコレクション) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象