# AzureContainerAppJobCustomizationAnnotation

- Kind: `class`
- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.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.AppContainers/AzureContainerAppJobCustomizationAnnotation.cs)
- Implements: `IResourceAnnotation`

Represents an annotation for customizing an Azure Container App Job.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public sealed class AzureContainerAppJobCustomizationAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```

## Constructors

- [AzureContainerAppJobCustomizationAnnotation(Action<AzureResourceInfrastructure, ContainerAppJob>)](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappjobcustomizationannotation/constructors.md#constructor-action-azureresourceinfrastructure-containerappjob) -- Represents an annotation for customizing an Azure Container App Job.

## Properties

- [Configure](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappjobcustomizationannotation/properties.md#configure) : `Action<AzureResourceInfrastructure, ContainerAppJob>` `get` -- Gets the configuration action for customizing the Azure Container App Job.
