Implemented interface member:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
8 references to Parent
Aspire.Hosting.Azure.Storage (8)
AzureTableStorageResource.cs (8)
34public ReferenceExpression UriExpression => Parent.TableUriExpression; 40Parent.GetTableConnectionString(); 44if (Parent.IsEmulator) 46var connectionString = Parent.GetEmulatorConnectionString(); 53target[$"{connectionName}__tableServiceUri"] = Parent.TableEndpoint; 55target[$"{AzureStorageResource.TablesConnectionKeyPrefix}__{connectionName}__ServiceUri"] = Parent.TableEndpoint; // Updated for consistency 73if (Parent.IsEmulator) 79BicepOutputReference IAzurePrivateEndpointTarget.Id => Parent.Id;