Skip to content
DocsTry Aspire
DocsTry

AzureEventHubConsumerGroupResource Properties

ClassProperties3 members
Represents an Azure Event Hub Consumer Group. Initializes a new instance of the AzureEventHubConsumerGroupResource class.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Azure Event Hub Consumer Group.
public ReferenceExpression ConnectionStringExpression { get; }
ConsumerGroupNameSection titled ConsumerGroupNamestring
The event hub consumer group name.
public string ConsumerGroupName { get; set; }
Gets the parent Azure Event Hub resource.
public AzureEventHubResource Parent { get; }