Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
2 references to Parent
Aspire.Hosting.Azure.Storage (2)
AzureQueueStorageQueueResource.cs (1)
29public ReferenceExpression ConnectionStringExpression => Parent.GetConnectionString(QueueName);
AzureStorageExtensions.cs (1)
567connectionString = await resource.Parent.ConnectionStringExpression.GetValueAsync(ct).ConfigureAwait(false);