AzureEventHubConsumerGroupResource Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- parent
- AzureEventHubResource
Remarks
Use ConfigureInfrastructure<T>(IResourceBuilder<T>, Action<AzureResourceInfrastructure>) to configure specific Aspire.Hosting.Azure.Provisioning properties.