Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ComparisonRule
Packages that use ComparisonRule
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ComparisonRule in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ComparisonRuleMethods in com.azure.resourcemanager.hdinsight.containers.models that return ComparisonRuleModifier and TypeMethodDescriptionScalingRule.comparisonRule()Get the comparisonRule property: The comparison rule.static ComparisonRuleComparisonRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ComparisonRule from the JsonReader.ComparisonRule.withOperator(ComparisonOperator operator) Set the operator property: The comparison operator.ComparisonRule.withThreshold(float threshold) Set the threshold property: Threshold setting.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ComparisonRuleModifier and TypeMethodDescriptionScalingRule.withComparisonRule(ComparisonRule comparisonRule) Set the comparisonRule property: The comparison rule.