Skip to content
DocsTry Aspire
DocsTry

AzureContainerAppJobCustomizationAnnotation Constructors

ClassConstructors1 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)
{
// ...
}
}
configureAction<AzureResourceInfrastructure, ContainerAppJob>