15 implementations of Id
Aspire.Hosting.Azure.AppConfiguration (1)
AzureAppConfigurationResource.cs (1)
80BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBResource.cs (1)
263BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsResource.cs (1)
216BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.KeyVault (1)
AzureKeyVaultResource.cs (1)
150BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
317BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
251BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.Search (1)
AzureSearchResource.cs (1)
94BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusResource.cs (1)
196BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.SignalR (1)
AzureSignalRResource.cs (1)
97BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
335BicepOutputReference IAzurePrivateEndpointTarget.Id => 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.Azure.WebPubSub (1)
AzureWebPubSubResource.cs (1)
84BicepOutputReference IAzurePrivateEndpointTarget.Id => Id;
1 reference to Id
Aspire.Hosting.Azure.Network (1)
AzurePrivateEndpointExtensions.cs (1)
119PrivateLinkServiceId = azureResource.Target.Id.AsProvisioningParameter(infrastructure),