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