Skip to content
Docs Try Aspire

publishAsConfiguredScheduledAzureContainerAppJob

Function
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
publishAsConfiguredScheduledAzureContainerAppJob(
cronExpression: string,
configure?: callback): IComputeResource;
}

Signature

method publishAsConfiguredScheduledAzureContainerAppJob builder
Configures the compute resource as a scheduled Azure Container App Job with custom configuration
publishAsConfiguredScheduledAzureContainerAppJob(cronExpression: string, configure?: (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => void): IComputeResource
cronExpression string
configure (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => void optional
IComputeResource

Applies to

This function is an extension method on the following types: