Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
6 references to Parent
Aspire.Hosting.Azure.Storage (6)
AzureQueueStorageResource.cs (6)
27
Parent
.GetQueueConnectionString();
38
if (
Parent
.IsEmulator)
54
if (
Parent
.IsEmulator)
56
var connectionString =
Parent
.GetEmulatorConnectionString();
63
target[$"{connectionName}__queueServiceUri"] =
Parent
.QueueEndpoint;
65
target[$"{AzureStorageResource.QueuesConnectionKeyPrefix}__{connectionName}__ServiceUri"] =
Parent
.QueueEndpoint;