8 references to TopicName
Aspire.Hosting.Azure.ServiceBus (8)
AzureServiceBusSubscriptionResource.cs (2)
49public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 101=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (6)
49public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(TopicName, null); 77=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName, TopicName); 87if (TopicName != null) 89topic.Name = TopicName; 117writer.WriteString(nameof(Name), topic.TopicName); 150yield return new("TopicName", ReferenceExpression.Create($"{TopicName}"));