1 instantiation of ServiceBusTopic
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusExtensions.cs (1)
175
topic = new
ServiceBusTopic
(name);
5 references to ServiceBusTopic
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusExtensions.cs (2)
167
/// <param name="configure">An optional method that can be used for customizing the <see cref="
ServiceBusTopic
"/>.</param>
169
public static IResourceBuilder<AzureServiceBusResource> WithTopic(this IResourceBuilder<AzureServiceBusResource> builder, [ResourceName] string name, Action<
ServiceBusTopic
>? configure = null)
AzureServiceBusResource.cs (1)
18
internal List<
ServiceBusTopic
> Topics { get; } = [];
ServiceBusTopic.cs (2)
19
/// Initializes a new instance of the <see cref="
ServiceBusTopic
"/> class.
89
var
topic = this;