Aspire.Hosting.Azure.SignalR
Official
📦 Aspire.Hosting.Azure.SignalR v13.3.0 3 Functions
3 Types
3 types and 0 members
Types
Functions
method
addAzureSignalR builder Adds an Azure SignalR resource to the application model.
addAzureSignalR(name: string): AzureSignalRResource method
runAsEmulator builder 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 method
withRoleAssignments builder Assigns Azure SignalR roles to a resource
withRoleAssignments(target: AzureSignalRResource, roles: AzureSignalRRole[]): IResource