共用方式為


ClusterQuotaConfigurationProperties.Settings Property

Definition

Gets or sets all possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to