Share via


IEventHubEventSourceCommonProperties.ConsumerGroupName Property

Definition

The name of the event hub's consumer group that holds the partitions from which events will be read.

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The name of the event hub's consumer group that holds the partitions from which events will be read.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="consumerGroupName")]
public string ConsumerGroupName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The name of the event hub's consumer group that holds the partitions from which events will be read.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="consumerGroupName")>]
member this.ConsumerGroupName : string with get, set
Public Property ConsumerGroupName As String

Property Value

Attributes

Applies to