Job Configuration Response
data class JobConfigurationResponse(val eventTriggerConfig: JobConfigurationResponseEventTriggerConfig? = null, val manualTriggerConfig: JobConfigurationResponseManualTriggerConfig? = null, val registries: List<RegistryCredentialsResponse>? = null, val replicaRetryLimit: Int? = null, val replicaTimeout: Int, val scheduleTriggerConfig: JobConfigurationResponseScheduleTriggerConfig? = null, val secrets: List<SecretResponse>? = null, val triggerType: String)
Non versioned Container Apps Job configuration properties
Constructors
Link copied to clipboard
constructor(eventTriggerConfig: JobConfigurationResponseEventTriggerConfig? = null, manualTriggerConfig: JobConfigurationResponseManualTriggerConfig? = null, registries: List<RegistryCredentialsResponse>? = null, replicaRetryLimit: Int? = null, replicaTimeout: Int, scheduleTriggerConfig: JobConfigurationResponseScheduleTriggerConfig? = null, secrets: List<SecretResponse>? = null, triggerType: String)
Properties
Link copied to clipboard
Trigger configuration of an event driven job.
Link copied to clipboard
Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
Link copied to clipboard
Collection of private container registry credentials used by a Container apps job
Link copied to clipboard
Maximum number of retries before failing the job.
Link copied to clipboard
Maximum number of seconds a replica is allowed to run.
Link copied to clipboard
Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default
Link copied to clipboard
Collection of secrets used by a Container Apps Job
Link copied to clipboard
Trigger type of the job