8 references to TopicName
Aspire.Hosting.Azure.ServiceBus (8)
AzureServiceBusSubscriptionResource.cs (2)
44public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 96=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (6)
44public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(TopicName, null); 72=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName, TopicName); 82if (TopicName != null) 84topic.Name = TopicName; 112writer.WriteString(nameof(Name), topic.TopicName); 145yield return new("TopicName", ReferenceExpression.Create($"{TopicName}"));