AzureEventHubsResource.runAsEmulator
Method
interface AzureEventHubsResource { // ... omitted for brevity runAsEmulator(configureContainer?: (obj: AzureEventHubsEmulatorResource) => Promise<void>): AzureEventHubsResource;}Signature
method
runAsEmulatorbuilderConfigures the Azure Event Hubs resource to run with the local emulator
runAsEmulator(configureContainer?: (obj: AzureEventHubsEmulatorResource) => Promise<void>): AzureEventHubsResourceParameters
configureContainer(obj: AzureEventHubsEmulatorResource) => Promise<void>optionalReturns
AzureEventHubsResourceDefined on
This method is defined on the following type: