Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static ConditionOperator |
ConditionOperator.fromString(String value)
Parses a serialized value to a ConditionOperator instance.
|
ConditionOperator |
ManagementEventAggregationCondition.operator()
Get the condition operator.
|
ConditionOperator |
ThresholdRuleCondition.operator()
Get the operator used to compare the data and the threshold.
|
static ConditionOperator |
ConditionOperator.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
ManagementEventAggregationCondition |
ManagementEventAggregationCondition.withOperator(ConditionOperator operator)
Set the condition operator.
|
ThresholdRuleCondition |
ThresholdRuleCondition.withOperator(ConditionOperator operator)
Set the operator used to compare the data and the threshold.
|
Copyright © 2019. All rights reserved.