Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ScalingRule
Packages that use ScalingRule
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ScalingRule in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ScalingRuleMethods in com.azure.resourcemanager.hdinsight.containers.models that return ScalingRuleModifier and TypeMethodDescriptionstatic ScalingRuleScalingRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScalingRule from the JsonReader.ScalingRule.withActionType(ScaleActionType actionType) Set the actionType property: The action type.ScalingRule.withComparisonRule(ComparisonRule comparisonRule) Set the comparisonRule property: The comparison rule.ScalingRule.withEvaluationCount(int evaluationCount) Set the evaluationCount property: This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.ScalingRule.withScalingMetric(String scalingMetric) Set the scalingMetric property: Metrics name for individual workloads.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ScalingRuleModifier and TypeMethodDescriptionLoadBasedConfig.scalingRules()Get the scalingRules property: The scaling rules.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ScalingRuleModifier and TypeMethodDescriptionLoadBasedConfig.withScalingRules(List<ScalingRule> scalingRules) Set the scalingRules property: The scaling rules.