Skip to content
Docs Try Aspire

AzureSignalRResource.runAsEmulator

Method
📦 Aspire.Hosting.Azure.SignalR v13.2.0-preview.1.26159.1
interface AzureSignalRResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: (obj: AzureSignalREmulatorResource) => void): AzureSignalRResource;
}

Signature

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

Defined on

This method is defined on the following type: