Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
5 references to Parent
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusSubscriptionResource.cs (5)
49public ReferenceExpression ConnectionStringExpression => Parent.Parent.GetConnectionString(Parent.TopicName, SubscriptionName); 101=> Parent.Parent.ApplyAzureFunctionsConfiguration(target, connectionName, Parent.TopicName, SubscriptionName); 202foreach (var property in ((IResourceWithConnectionString)Parent).GetConnectionProperties())