# AzureContainerAppJobCustomizationAnnotation Constructors

- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.md)
- Type: [AzureContainerAppJobCustomizationAnnotation](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappjobcustomizationannotation.md)
- Kind: `Constructors`
- Members: `1`

Represents an annotation for customizing an Azure Container App Job.

## AzureContainerAppJobCustomizationAnnotation(Action<AzureResourceInfrastructure, ContainerAppJob>)

- Name: `Constructor(Action<AzureResourceInfrastructure, ContainerAppJob>)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppJobCustomizationAnnotation.cs#L12-L18)

Represents an annotation for customizing an Azure Container App Job.

```csharp
public sealed class AzureContainerAppJobCustomizationAnnotation
{
    public AzureContainerAppJobCustomizationAnnotation(
        Action<AzureResourceInfrastructure, ContainerAppJob> configure)
    {
        // ...
    }
}
```

## Parameters

- `configure` (`Action<AzureResourceInfrastructure, ContainerAppJob>`)
