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