Uses of Class
com.azure.resourcemanager.monitor.models.Operator
-
Packages that use Operator Package Description com.azure.resourcemanager.monitor.models 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 Operator Modifier and Type Field Description static OperatorOperator. EQUALSStatic value Equals for Operator.static OperatorOperator. GREATER_THANStatic value GreaterThan for Operator.static OperatorOperator. GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for Operator.static OperatorOperator. INCLUDEStatic value Include for Operator.static OperatorOperator. LESS_THANStatic value LessThan for Operator.static OperatorOperator. LESS_THAN_OR_EQUALStatic value LessThanOrEqual for Operator.static OperatorOperator. NOT_EQUALSStatic value NotEquals for Operator.Methods in com.azure.resourcemanager.monitor.models that return Operator Modifier and Type Method Description static OperatorOperator. fromString(String name)Creates or finds a Operator from its string representation.OperatorDimension. operator()Get the operator property: Operator for dimension values.OperatorMetricCriteria. operator()Get the operator property: the criteria operator.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type Operator Modifier and Type Method Description static Collection<Operator>Operator. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type Operator Modifier and Type Method Description DimensionDimension. withOperator(Operator operator)Set the operator property: Operator for dimension values.MetricCriteriaMetricCriteria. withOperator(Operator operator)Set the operator property: the criteria operator.
-