EventGridDataConnection.ConsumerGroup Property

Definition

Gets or sets the event hub consumer group.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.consumerGroup")]
public string ConsumerGroup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.consumerGroup")>]
member this.ConsumerGroup : string with get, set
Public Property ConsumerGroup As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to