Uses of Class
com.azure.resourcemanager.monitor.models.ConditionOperator
-
Packages that use ConditionOperator Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ConditionOperator in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ConditionOperator Modifier and Type Method Description static ConditionOperatorConditionOperator. fromString(String value)Parses a serialized value to a ConditionOperator instance.ConditionOperatorManagementEventAggregationCondition. operator()Get the operator property: the condition operator.ConditionOperatorThresholdRuleCondition. operator()Get the operator property: the operator used to compare the data and the threshold.static ConditionOperatorConditionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionOperator[]ConditionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type ConditionOperator Modifier and Type Method Description ManagementEventAggregationConditionManagementEventAggregationCondition. withOperator(ConditionOperator operator)Set the operator property: the condition operator.ThresholdRuleConditionThresholdRuleCondition. withOperator(ConditionOperator operator)Set the operator property: the operator used to compare the data and the threshold.
-