1 implementation of Infrastructure
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
343
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)
188
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)
269
var infra = roleAssignmentContext.
Infrastructure
;
Aspire.Hosting.Azure.Redis (2)
AzureManagedRedisResource.cs (1)
191
var infra = roleAssignmentContext.
Infrastructure
;
AzureRedisCacheResource.cs (1)
139
var infra = roleAssignmentContext.
Infrastructure
;
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
195
var infra = roleAssignmentContext.
Infrastructure
;