runAsEmulator
Function
interface AzureSignalRResource { // ... omitted for brevity runAsEmulator(configureContainer?: callback): 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): AzureSignalRResourceParameters
configureContainer (obj: AzureSignalREmulatorResource) => void optional Returns
AzureSignalRResource Applies to
This function is an extension method on the following types: