Aspire.Hosting.Azure.WebPubSub
Official
📦 Aspire.Hosting.Azure.WebPubSubv13.4.04Functions
3Types
3 types and 0 members
Types
Functions
method
addAzureWebPubSubbuilderAdds an Azure Web PubSub resource to the application model. Change sku: WithParameter("sku", "Standard_S1") Change capacity: WithParameter("capacity", 2)
addAzureWebPubSub(name: string): AzureWebPubSubResourcemethod
addEventHandlerbuilderAdds an event handler to an Azure Web PubSub hub.
addEventHandler(urlExpression: ReferenceExpression, userEventPattern?: string, systemEvents?: string[]): AzureWebPubSubHubResourcemethod
addHubbuilderAdds an Azure Web Pub Sub hub resource to the application model.
addHub(name: string, hubName?: string): AzureWebPubSubHubResourcemethod
withWebPubSubRoleAssignmentsbuilderAssigns the specified roles to the given resource, granting it the necessary permissions on the target Azure Web PubSub resource. This replaces the default role assignments for the resource.
withWebPubSubRoleAssignments(target: AzureWebPubSubResource, roles: AzureWebPubSubRole[]): IResource