1 implementation of Infrastructure
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
343public AzureResourceInfrastructure Infrastructure { get; } = infrastructure;
5 references to Infrastructure
Aspire.Hosting.Azure (1)
AzureProvisioningResource.cs (1)
46var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBResource.cs (1)
124var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
127var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.Redis (1)
AzureRedisCacheResource.cs (1)
89var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
134var infra = roleAssignmentContext.Infrastructure;