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