Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
7 references to Parent
Aspire.Hosting.Azure.Storage (7)
AzureTableStorageResource.cs (7)
28public ReferenceExpression ServiceUriExpression => Parent.TableServiceUriExpression; 34Parent.GetTableConnectionString(); 38if (Parent.IsEmulator) 40var connectionString = Parent.GetEmulatorConnectionString(); 47target[$"{connectionName}__tableServiceUri"] = Parent.TableEndpoint; 49target[$"{AzureStorageResource.TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] = Parent.TableEndpoint; // Updated for consistency 65foreach (var property in Parent.GetConnectionProperties())