Skip to content
Docs Try Aspire

AzureEventHubConsumerGroupResource Properties

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