Skip to content
DocsTry Aspire
DocsTry

AzureWebPubSubResource.addHub

Method
📦 Aspire.Hosting.Azure.WebPubSub v13.4.0
interface AzureWebPubSubResource {
// ... omitted for brevity
addHub(
name: string,
hubName?: string): AzureWebPubSubHubResource;
}

Signature

methodaddHubbuilder
Adds an Azure Web Pub Sub hub resource to the application model.
addHub(
name: string,
hubName?: string): AzureWebPubSubHubResource
namestring
hubNamestringoptional
AzureWebPubSubHubResource

Defined on

This method is defined on the following type: