| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAggregationOperator |
TimeAggregationOperator.fromString(String value)
Parses a serialized value to a TimeAggregationOperator instance.
|
TimeAggregationOperator |
ThresholdRuleCondition.timeAggregation()
Get the timeAggregation property: the time aggregation operator.
|
static TimeAggregationOperator |
TimeAggregationOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeAggregationOperator[] |
TimeAggregationOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdRuleCondition |
ThresholdRuleCondition.withTimeAggregation(TimeAggregationOperator timeAggregation)
Set the timeAggregation property: the time aggregation operator.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.