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
path string Returns
AzureServiceBusEmulatorResource Configures the host port for the Azure Service Bus emulator is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureServiceBusEmulatorResourceParameters
port number Returns
AzureServiceBusEmulatorResource