| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
LogMetricTrigger |
TriggerCondition.metricTrigger()
Get the metricTrigger property: Trigger condition for metric query rule.
|
LogMetricTrigger |
LogMetricTrigger.withMetricColumn(String metricColumn)
Set the metricColumn property: Evaluation of metric on a particular column.
|
LogMetricTrigger |
LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)
Set the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.
|
LogMetricTrigger |
LogMetricTrigger.withThreshold(Double threshold)
Set the threshold property: The threshold of the metric trigger.
|
LogMetricTrigger |
LogMetricTrigger.withThresholdOperator(ConditionalOperator thresholdOperator)
Set the thresholdOperator property: Evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerCondition |
TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger)
Set the metricTrigger property: Trigger condition for metric query rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.