Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
3 references to Parent
Aspire.Hosting.Azure.ServiceBus (3)
AzureServiceBusQueueResource.cs (3)
44
public ReferenceExpression ConnectionStringExpression =>
Parent
.GetConnectionString(QueueName, null);
102
=>
Parent
.ApplyAzureFunctionsConfiguration(target, connectionName, QueueName);
212
foreach (var property in ((IResourceWithConnectionString)
Parent
).GetConnectionProperties())