Aspire.Hosting.Azure.EventHubs
Official
📦 Aspire.Hosting.Azure.EventHubs v13.3.0 8 Functions
5 Types
5 types and 6 members
Types
Functions
method
addAzureEventHubs builder Adds an Azure Event Hubs namespace resource
addAzureEventHubs(name: string): AzureEventHubsResource method
addConsumerGroup builder Adds an Azure Event Hub consumer group resource
addConsumerGroup(name: string, groupName?: string): AzureEventHubConsumerGroupResource method
addHub builder Adds an Azure Event Hub resource
addHub(name: string, hubName?: string): AzureEventHubResource method
runAsEmulator builder Configures the Azure Event Hubs resource to run with the local emulator
runAsEmulator(configureContainer?: (obj: AzureEventHubsEmulatorResource) => Promise<void>): AzureEventHubsResource method
withConfigurationFile builder Sets the emulator configuration file path
withConfigurationFile(path: string): AzureEventHubsEmulatorResource method
withHostPort builder Sets the host port for the Event Hubs emulator endpoint
withHostPort(port: number): AzureEventHubsEmulatorResource method
withProperties builder Configures properties of an Azure Event Hub
withProperties(configure: (obj: AzureEventHubResource) => Promise<void>): AzureEventHubResource method
withRoleAssignments builder Assigns Event Hubs roles to a resource
withRoleAssignments(target: AzureEventHubsResource, roles: AzureEventHubsRole[]): IResource