Uses of Enum Class
com.microsoft.azure.management.monitor.ConditionOperator
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ConditionOperator in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionstatic ConditionOperator
ConditionOperator.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 ConditionOperator
Returns 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.Modifier and TypeMethodDescriptionManagementEventAggregationCondition.withOperator
(ConditionOperator operator) Set the condition operator.ThresholdRuleCondition.withOperator
(ConditionOperator operator) Set the operator used to compare the data and the threshold.