Uses of Class
com.azure.resourcemanager.appcontainers.models.JobConfigurationScheduleTriggerConfig
Packages that use JobConfigurationScheduleTriggerConfig
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobConfigurationScheduleTriggerConfig in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobConfigurationScheduleTriggerConfigModifier and TypeMethodDescriptionJobConfigurationScheduleTriggerConfig.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobConfigurationScheduleTriggerConfig from the JsonReader.JobConfiguration.scheduleTriggerConfig()
Get the scheduleTriggerConfig property: Cron formatted repeating trigger schedule ("* * * * *") for cronjobs.JobConfigurationScheduleTriggerConfig.withCronExpression
(String cronExpression) Set the cronExpression property: Cron formatted repeating schedule ("* * * * *") of a Cron Job.JobConfigurationScheduleTriggerConfig.withParallelism
(Integer parallelism) Set the parallelism property: Number of parallel replicas of a job that can run at a given time.JobConfigurationScheduleTriggerConfig.withReplicaCompletionCount
(Integer replicaCompletionCount) Set the replicaCompletionCount property: Minimum number of successful replica completions before overall job completion.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobConfigurationScheduleTriggerConfigModifier and TypeMethodDescriptionJobConfiguration.withScheduleTriggerConfig
(JobConfigurationScheduleTriggerConfig scheduleTriggerConfig) Set the scheduleTriggerConfig property: Cron formatted repeating trigger schedule ("* * * * *") for cronjobs.