AzureEventHubsEmulatorResource
Handle TypeScript
interface AzureEventHubsEmulatorResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withConfigurationFile(path: string): AzureEventHubsEmulatorResource; withHostPort(port: number): AzureEventHubsEmulatorResource;}Methods
method
withConfigurationFile builder Sets the emulator configuration file path
withConfigurationFile(path: string): AzureEventHubsEmulatorResourceParameters
path string Returns
AzureEventHubsEmulatorResource method
withHostPort builder Sets the host port for the Event Hubs emulator endpoint
withHostPort(port: number): AzureEventHubsEmulatorResourceParameters
port number Returns
AzureEventHubsEmulatorResource