Skip to content
Docs Try Aspire

AzureContainerAppJobCustomizationAnnotation Constructors

Class Constructors 1 member
Represents an annotation for customizing an Azure Container App Job.
Constructor(Action<AzureResourceInfrastructure, ContainerAppJob>) Section titled Constructor(Action<AzureResourceInfrastructure, ContainerAppJob>)
Represents an annotation for customizing an Azure Container App Job.
public sealed class AzureContainerAppJobCustomizationAnnotation
{
public AzureContainerAppJobCustomizationAnnotation(
Action<AzureResourceInfrastructure, ContainerAppJob> configure)
{
// ...
}
}
configure Action<AzureResourceInfrastructure, ContainerAppJob>