8 references to TopicName
Aspire.Hosting.Azure.ServiceBus (8)
AzureServiceBusSubscriptionResource.cs (2)
47
public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.
TopicName
, SubscriptionName);
99
=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.
TopicName
, SubscriptionName);
AzureServiceBusTopicResource.cs (6)
47
public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(
TopicName
, null);
75
=> Parent.ApplyAzureFunctionsConfiguration(target, connectionName,
TopicName
);
85
if (
TopicName
!= null)
87
topic.Name =
TopicName
;
115
writer.WriteString(nameof(Name), topic.
TopicName
);
148
yield return new("TopicName", ReferenceExpression.Create($"{
TopicName
}"));