# AzureBicepResourceAnnotation Properties

- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Type: [AzureBicepResourceAnnotation](/reference/api/csharp/aspire.hosting.azure/azurebicepresourceannotation.md)
- Kind: `Properties`
- Members: `1`

Used to annotate resources as being potentially deployable by the `Azure.AzureProvisioner`.

## Resource

- Name: `Resource`
- Modifiers: `get`
- Returns: [AzureBicepResource](/reference/api/csharp/aspire.hosting.azure/azurebicepresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure/BicepResourceAnnotation.cs#L36)

The [AzureBicepResource](/reference/api/csharp/aspire.hosting.azure/azurebicepresource.md) derived resource.

```csharp
public AzureBicepResource Resource { get; }
```
