Skip to content
Docs Try Aspire

AzureServiceBusEmulatorResource

Handle TypeScript
📦 Aspire.Hosting.Azure.ServiceBus v13.2.0-preview.1.26159.1
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): AzureServiceBusEmulatorResource
path string
AzureServiceBusEmulatorResource
method withHostPort builder
Sets the host port for the Service Bus emulator endpoint
withHostPort(port: number): AzureServiceBusEmulatorResource
port number
AzureServiceBusEmulatorResource