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