Uses of Enum Class
com.microsoft.azure.management.monitor.ConditionOperator
Packages that use ConditionOperator
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ConditionOperator in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ConditionOperatorModifier and TypeMethodDescriptionstatic ConditionOperatorConditionOperator.fromString(String value) Parses a serialized value to a ConditionOperator instance.ManagementEventAggregationCondition.operator()Get the condition operator.ThresholdRuleCondition.operator()Get the operator used to compare the data and the threshold.static ConditionOperatorReturns the enum constant of this class with the specified name.static ConditionOperator[]ConditionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.monitor with parameters of type ConditionOperatorModifier and TypeMethodDescriptionManagementEventAggregationCondition.withOperator(ConditionOperator operator) Set the condition operator.ThresholdRuleCondition.withOperator(ConditionOperator operator) Set the operator used to compare the data and the threshold.