publishAsConfiguredScheduledAzureContainerAppJob
Function
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): IComputeResourceParameters
cronExpression string configure (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => void optional Returns
IComputeResource Applies to
This function is an extension method on the following types: