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