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