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