# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting.Azure/BicepResourceAnnotation.cs#L36)

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

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