| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Field and Description |
|---|---|
static Operator |
Operator.EQUALS
Static value Equals for Operator.
|
static Operator |
Operator.GREATER_THAN
Static value GreaterThan for Operator.
|
static Operator |
Operator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for Operator.
|
static Operator |
Operator.INCLUDE
Static value Include for Operator.
|
static Operator |
Operator.LESS_THAN
Static value LessThan for Operator.
|
static Operator |
Operator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for Operator.
|
static Operator |
Operator.NOT_EQUALS
Static value NotEquals for Operator.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromString(String name)
Creates or finds a Operator from its string representation.
|
Operator |
MetricCriteria.operator()
Get the operator property: the criteria operator.
|
Operator |
Dimension.operator()
Get the operator property: Operator for dimension values.
|
| Modifier and Type | Method and Description |
|---|---|
MetricCriteria |
MetricCriteria.withOperator(Operator operator)
Set the operator property: the criteria operator.
|
Dimension |
Dimension.withOperator(Operator operator)
Set the operator property: Operator for dimension values.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.