7 references to TopicName
Aspire.Hosting.Azure.ServiceBus (7)
AzureServiceBusSubscriptionResource.cs (2)
42
public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.
TopicName
, SubscriptionName);
94
=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.
TopicName
, SubscriptionName);
AzureServiceBusTopicResource.cs (5)
42
public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(
TopicName
, null);
70
=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName,
TopicName
);
80
if (
TopicName
!= null)
82
topic.Name =
TopicName
;
110
writer.WriteString(nameof(Name), topic.
TopicName
);