# AzureContainerAppJobCustomizationAnnotation Properties

- 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: `Properties`
- Members: `1`

Represents an annotation for customizing an Azure Container App Job.

## Configure

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

Gets the configuration action for customizing the Azure Container App Job.

```csharp
public Action<AzureResourceInfrastructure, ContainerAppJob> Configure { get; }
```
