Skip to content
Docs Try Aspire

AzureEventHubConsumerGroupResource Constructors

Class Constructors 1 member
Represents an Azure Event Hub Consumer Group. Initializes a new instance of the AzureEventHubConsumerGroupResource class.
Constructor(string, string, AzureEventHubResource) Section titled Constructor(string, string, AzureEventHubResource)
Represents an Azure Event Hub Consumer Group. Initializes a new instance of the AzureEventHubConsumerGroupResource class.
public class AzureEventHubConsumerGroupResource
{
public AzureEventHubConsumerGroupResource(
string name,
string consumerGroupName,
AzureEventHubResource parent)
{
// ...
}
}
name string
consumerGroupName string
Use AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties.