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 OperatorOperator.EQUALSStatic value Equals for Operator.static final OperatorOperator.GREATER_THANStatic value GreaterThan for Operator.static final OperatorOperator.GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for Operator.static final OperatorOperator.LESS_THANStatic value LessThan for Operator.static final OperatorOperator.LESS_THAN_OR_EQUALStatic value LessThanOrEqual for Operator.Methods in com.azure.resourcemanager.monitor.models that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.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.