Skip to content
DocsTry Aspire
DocsTry

runAsEmulator

Method
📦 Aspire.Hosting.Azure.SignalR v13.4.0
interface AzureSignalRResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: callback): AzureSignalRResource;
}

Signature

methodrunAsEmulatorbuilder
Configures an Azure SignalR resource to be emulated. This resource requires an Azure SignalR resource to be added to the application model. Please note that the resource will be emulated in Serverless mode.
runAsEmulator(configureContainer?: (obj: AzureSignalREmulatorResource) => Promise<void>): AzureSignalRResource
configureContainer(obj: AzureSignalREmulatorResource) => Promise<void>optional
AzureSignalRResource

Applies to

This method applies to the following types: