AzureServiceBusEmulatorResource
Handle
interface AzureServiceBusEmulatorResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withConfigurationFile(path: string): AzureServiceBusEmulatorResource; withHostPort(port: number): AzureServiceBusEmulatorResource;}Methods
Copies the configuration file into an Azure Service Bus emulator resource.
withConfigurationFile(path: string): AzureServiceBusEmulatorResourceParameters
pathstringReturns
AzureServiceBusEmulatorResourceConfigures the host port for the Azure Service Bus emulator is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureServiceBusEmulatorResourceParameters
portnumberReturns
AzureServiceBusEmulatorResource