Skip to content
Docs Try Aspire

addHub

Function
📦 Aspire.Hosting.Azure.WebPubSub v13.2.0-preview.1.26159.1
interface AzureWebPubSubResource {
// ... omitted for brevity
addHub(
name: string,
hubName?: string): AzureWebPubSubHubResource;
}

Signature

method addHub builder
Adds a hub to the Azure Web PubSub resource.
addHub(
name: string,
hubName?: string): AzureWebPubSubHubResource
name string
hubName string optional
AzureWebPubSubHubResource

Applies to

This function is an extension method on the following types: