Sdílet prostřednictvím


KafkaRestProperties.ConfigurationOverride Property

Definition

Gets or sets the configurations that need to be overriden.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to