Uses of Class
com.azure.resourcemanager.monitor.models.Operator
Packages that use Operator
Package
Description
Package containing the data models for MonitorClient.
-
Uses of Operator in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as OperatorModifier and TypeFieldDescriptionstatic final Operator
Operator.EQUALS
Static value Equals for Operator.static final Operator
Operator.GREATER_THAN
Static value GreaterThan for Operator.static final Operator
Operator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for Operator.static final Operator
Operator.LESS_THAN
Static value LessThan for Operator.static final Operator
Operator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for Operator.Methods in com.azure.resourcemanager.monitor.models that return OperatorModifier and TypeMethodDescriptionstatic Operator
Operator.fromString
(String name) Creates or finds a Operator from its string representation.MetricCriteria.operator()
Get the operator property: the criteria operator.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type OperatorModifier and TypeMethodDescriptionstatic Collection
<Operator> Operator.values()
Gets known Operator values.Methods in com.azure.resourcemanager.monitor.models with parameters of type OperatorModifier and TypeMethodDescriptionMetricCriteria.withOperator
(Operator operator) Set the operator property: the criteria operator.