AzureSignalRResource.runAsEmulator
Method
interface AzureSignalRResource { // ... omitted for brevity runAsEmulator(configureContainer?: (obj: AzureSignalREmulatorResource) => Promise<void>): AzureSignalRResource;}Signature
method
runAsEmulatorbuilderConfigures 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>): AzureSignalRResourceParameters
configureContainer(obj: AzureSignalREmulatorResource) => Promise<void>optionalReturns
AzureSignalRResourceDefined on
This method is defined on the following type: