1 implementation of Infrastructure
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
330public AzureResourceInfrastructure Infrastructure { get; } = infrastructure;
7 references to Infrastructure
Aspire.Hosting.Azure (1)
AzureProvisioningResource.cs (1)
46var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBResource.cs (1)
196var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.Kusto (1)
AzureKustoClusterResource.cs (1)
114var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
276var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.Redis (2)
AzureManagedRedisResource.cs (1)
198var infra = roleAssignmentContext.Infrastructure;
AzureRedisCacheResource.cs (1)
139var infra = roleAssignmentContext.Infrastructure;
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
202var infra = roleAssignmentContext.Infrastructure;