8 references to TopicName
Aspire.Hosting.Azure.ServiceBus (8)
AzureServiceBusSubscriptionResource.cs (2)
42public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 94=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (6)
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); 143yield return new("TopicName", ReferenceExpression.Create($"{TopicName}"));