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