AzureEventHubConsumerGroupResource
Class net10.0
Represents an Azure Event Hub Consumer Group. Initializes a new instance of the
AzureEventHubConsumerGroupResource class. namespace Aspire.Hosting.Azure;
public class AzureEventHubConsumerGroupResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureEventHubResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences, Aspire.Hosting.Azure.IResourceWithAzureFunctionsConfig{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureEventHubResource>IValueProviderIValueWithReferencesIResourceWithAzureFunctionsConfig
Remarks
Section titled Remarks Use
AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties. Constructors1
Section titled ConstructorsAzureEventHubConsumerGroupResource(string, string, AzureEventHubResource) Represents an Azure Event Hub Consumer Group. Initializes a new instance of the
AzureEventHubConsumerGroupResource class. Properties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Azure Event Hub Consumer Group.
ConsumerGroupNameget; setstring The event hub consumer group name.
Parentget Gets the parent Azure Event Hub resource.