Uses of Class
com.azure.resourcemanager.appcontainers.models.JobScale
Packages that use JobScale
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobScale in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobScaleModifier and TypeMethodDescriptionstatic JobScale
JobScale.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobScale from the JsonReader.JobConfigurationEventTriggerConfig.scale()
Get the scale property: Scaling configurations for event driven jobs.JobScale.withMaxExecutions
(Integer maxExecutions) Set the maxExecutions property: Maximum number of job executions that are created for a trigger, default 100.JobScale.withMinExecutions
(Integer minExecutions) Set the minExecutions property: Minimum number of job executions that are created for a trigger, default 0.JobScale.withPollingInterval
(Integer pollingInterval) Set the pollingInterval property: Interval to check each event source in seconds.JobScale.withRules
(List<JobScaleRule> rules) Set the rules property: Scaling rules.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobScaleModifier and TypeMethodDescriptionSet the scale property: Scaling configurations for event driven jobs.