Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
4 references to Parent
Aspire.Hosting.Azure.ServiceBus (4)
AzureServiceBusSubscriptionResource.cs (2)
42
public ReferenceExpression ConnectionStringExpression => Parent.
Parent
.GetConnectionString(Parent.TopicName, SubscriptionName);
94
=> Parent.
Parent
.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName);
AzureServiceBusTopicResource.cs (2)
42
public ReferenceExpression ConnectionStringExpression =>
Parent
.GetConnectionString(TopicName, null);
70
=>
Parent
.ApplyAzureFunctionsConfiguration(target, connectionName, TopicName);