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