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