8 references to TopicName
Aspire.Hosting.Azure.ServiceBus (8)
AzureServiceBusSubscriptionResource.cs (2)
47public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 99=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (6)
47public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(TopicName, null); 75=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName, TopicName); 85if (TopicName != null) 87topic.Name = TopicName; 115writer.WriteString(nameof(Name), topic.TopicName); 148yield return new("TopicName", ReferenceExpression.Create($"{TopicName}"));