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