Skip to content
DocsTry Aspire
DocsTry

AzureEventHubConsumerGroupResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestring
consumerGroupNamestring
Use AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties.