AzureServiceBusEmulatorResource
Handle
interface AzureServiceBusEmulatorResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withConfigurationFile(path: string): AzureServiceBusEmulatorResource; withHostPort(port: number): AzureServiceBusEmulatorResource;}Methods
Sets the emulator configuration file path
withConfigurationFile(path: string): AzureServiceBusEmulatorResourceParameters
path string Returns
AzureServiceBusEmulatorResource Sets the host port for the Service Bus emulator endpoint
withHostPort(port: number): AzureServiceBusEmulatorResourceParameters
port number Returns
AzureServiceBusEmulatorResource