Implemented interface member:
property
Id
Aspire.Hosting.Azure.IAzureNspAssociationTarget.Id
6 references to Id
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
607public BicepOutputReference Id => storage.Id;
Aspire.Hosting.Azure.Storage (4)
AzureBlobStorageResource.cs (1)
87BicepOutputReference IAzurePrivateEndpointTarget.Id => Parent.Id;
AzureDataLakeStorageResource.cs (1)
83BicepOutputReference IAzurePrivateEndpointTarget.Id => Parent.Id;
AzureQueueStorageResource.cs (1)
80BicepOutputReference IAzurePrivateEndpointTarget.Id => Parent.Id;
AzureTableStorageResource.cs (1)
79BicepOutputReference IAzurePrivateEndpointTarget.Id => Parent.Id;
Aspire.Hosting.Foundry (1)
Project\ConnectionBuilderExtensions.cs (1)
147{ "ResourceId", storage.Id.AsProvisioningParameter(infra) }