namestringThe name of the resource. This name will be used as the connection string name when referenced in a dependency.
Returns
IResourceBuilder<AzureSignalRResource> A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
By default references to the Azure SignalR resource will be assigned the following roles: - SignalRBuiltInRole.SignalRAppServer These can be replaced by calling AzureSignalRExtensions.WithRoleAssignments.
IResourceBuilder<AzureSignalRResource> A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
By default references to the Azure SignalR resource will be assigned the following roles: - SignalRBuiltInRole.SignalRAppServer Using AzureSignalRServiceMode.Serverless additionally adds: - SignalRBuiltInRole.SignalRRestApiOwner These can be replaced by calling AzureSignalRExtensions.WithRoleAssignments.
Configures an Azure SignalR resource to be emulated. This resource requires an AzureSignalRResource to be added to the application model. Please note that the resource will be emulated in Serverless mode.
configureContainerAction<IResourceBuilder<AzureSignalREmulatorResource>>optionalCallback that exposes underlying container used for emulation to allow for customization.
Returns
IResourceBuilder<AzureSignalRResource> A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
This version of the package defaults to the tag of the / container image.
Assigns the specified roles to the given resource, granting it the necessary permissions on the target Azure SignalR resource. This replaces the default role assignments for the resource.