Skip to content
Docs Try Aspire

addServiceBusTopic

Function
📦 Aspire.Hosting.Azure.ServiceBus v13.2.0-preview.1.26159.1
interface AzureServiceBusResource {
// ... omitted for brevity
addServiceBusTopic(
name: string,
topicName?: string): AzureServiceBusTopicResource;
}

Signature

method addServiceBusTopic builder
Adds an Azure Service Bus topic resource
addServiceBusTopic(
name: string,
topicName?: string): AzureServiceBusTopicResource
name string
topicName string optional
AzureServiceBusTopicResource

Applies to

This function is an extension method on the following types: