Uses of Class
com.azure.resourcemanager.appcontainers.models.JobConfigurationEventTriggerConfig
Packages that use JobConfigurationEventTriggerConfig
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobConfigurationEventTriggerConfig in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobConfigurationEventTriggerConfigModifier and TypeMethodDescriptionJobConfiguration.eventTriggerConfig()Get the eventTriggerConfig property: Trigger configuration of an event driven job.JobConfigurationEventTriggerConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobConfigurationEventTriggerConfig from the JsonReader.JobConfigurationEventTriggerConfig.withParallelism(Integer parallelism) Set the parallelism property: Number of parallel replicas of a job that can run at a given time.JobConfigurationEventTriggerConfig.withReplicaCompletionCount(Integer replicaCompletionCount) Set the replicaCompletionCount property: Minimum number of successful replica completions before overall job completion.Set the scale property: Scaling configurations for event driven jobs.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobConfigurationEventTriggerConfigModifier and TypeMethodDescriptionJobConfiguration.withEventTriggerConfig(JobConfigurationEventTriggerConfig eventTriggerConfig) Set the eventTriggerConfig property: Trigger configuration of an event driven job.