Share via


EHNamespaceInner.KafkaEnabled Property

Definition

Gets or sets value that indicates whether Kafka is enabled for eventhub namespace.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.kafkaEnabled")]
public bool? KafkaEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.kafkaEnabled")>]
member this.KafkaEnabled : Nullable<bool> with get, set
Public Property KafkaEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to