# AzureResourceInfrastructure

- Kind: `class`
- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure/AzureResourceInfrastructure.cs)
- Inherits: `Infrastructure`

An Azure Provisioning `Provisioning.Infrastructure` which represents the root Bicep module that is generated for an Azure resource.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public sealed class AzureResourceInfrastructure
    : Azure.Provisioning.Infrastructure
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `Aspire.Hosting.Azure/AzureResourceInfrastructure`

## Properties

- [AspireResource](/reference/api/csharp/aspire.hosting.azure/azureresourceinfrastructure/properties.md#aspireresource) : [AzureProvisioningResource](/reference/api/csharp/aspire.hosting.azure/azureprovisioningresource.md) `get` -- The Aspire [AzureProvisioningResource](/reference/api/csharp/aspire.hosting.azure/azureprovisioningresource.md) resource that this [AzureResourceInfrastructure](/reference/api/csharp/aspire.hosting.azure/azureresourceinfrastructure.md) represents.
