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