Share via


AzureEventHubConsumerGroupResource Constructor

Definition

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

Applies to