Share via


AzureEventHubConsumerGroupResource Constructor

Definition

Represents an Azure Event Hub Consumer Group. Initializes a new instance of the AzureEventHubConsumerGroupResource class.

public AzureEventHubConsumerGroupResource(string name, string consumerGroupName, Aspire.Hosting.Azure.AzureEventHubResource parent);
new Aspire.Hosting.Azure.AzureEventHubConsumerGroupResource : string * string * Aspire.Hosting.Azure.AzureEventHubResource -> Aspire.Hosting.Azure.AzureEventHubConsumerGroupResource
Public Sub New (name As String, consumerGroupName As String, parent As AzureEventHubResource)

Parameters

name
String
consumerGroupName
String

Remarks

Use ConfigureInfrastructure<T>(IResourceBuilder<T>, Action<AzureResourceInfrastructure>) to configure specific Aspire.Hosting.Azure.Provisioning properties.

Applies to