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
fun JobConfigurationResponse(eventTriggerConfig: JobConfigurationResponseEventTriggerConfig? = null, manualTriggerConfig: JobConfigurationResponseManualTriggerConfig? = null, registries: List<RegistryCredentialsResponse>? = null, replicaRetryLimit: Int? = null, replicaTimeout: Int, scheduleTriggerConfig: JobConfigurationResponseScheduleTriggerConfig? = null, secrets: List<SecretResponse>? = null, triggerType: String)