4 references to ConsumerGroupName
Aspire.Hosting.Azure.EventHubs (4)
AzureEventHubConsumerGroupResource.cs (4)
35
public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.HubName,
ConsumerGroupName
);
39
Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.HubName,
ConsumerGroupName
);
50
consumerGroup.Name =
ConsumerGroupName
;
61
writer.WriteString(nameof(Name),
ConsumerGroupName
);