Skip to content
Docs Try Aspire

AzureEventHubsResource.runAsEmulator

Method
📦 Aspire.Hosting.Azure.EventHubs v13.2.0-preview.1.26159.1
interface AzureEventHubsResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: (obj: AzureEventHubsEmulatorResource) => void): AzureEventHubsResource;
}

Signature

method runAsEmulator builder
Configures the Azure Event Hubs resource to run with the local emulator
runAsEmulator(configureContainer?: (obj: AzureEventHubsEmulatorResource) => void): AzureEventHubsResource
configureContainer (obj: AzureEventHubsEmulatorResource) => void optional
AzureEventHubsResource

Defined on

This method is defined on the following type: