7 references to TopicName
Aspire.Hosting.Azure.ServiceBus (7)
AzureServiceBusSubscriptionResource.cs (2)
42public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 94=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (5)
42public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(TopicName, null); 70=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName, TopicName); 80if (TopicName != null) 82topic.Name = TopicName; 110writer.WriteString(nameof(Name), topic.TopicName);