Uses of Enum
com.azure.resourcemanager.monitor.models.ConditionOperator
Packages that use ConditionOperator
Package
Description
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 ConditionOperatorModifier and TypeMethodDescriptionstatic ConditionOperator
ConditionOperator.fromString
(String value) Parses a serialized value to a ConditionOperator instance.Condition.operator()
Get the operator property: The criteria operator.ManagementEventAggregationCondition.operator()
Get the operator property: the condition operator.ThresholdRuleCondition.operator()
Get the operator property: the operator used to compare the data and the threshold.static ConditionOperator
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 ConditionOperatorModifier and TypeMethodDescriptionCondition.withOperator
(ConditionOperator operator) Set the operator property: The criteria operator.ManagementEventAggregationCondition.withOperator
(ConditionOperator operator) Set the operator property: the condition operator.ThresholdRuleCondition.withOperator
(ConditionOperator operator) Set the operator property: the operator used to compare the data and the threshold.