Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LogMetricTrigger |
TriggerCondition.metricTrigger()
Get trigger condition for metric query rule.
|
LogMetricTrigger |
LogMetricTrigger.withMetricColumn(String metricColumn)
Set evaluation of metric on a particular column.
|
LogMetricTrigger |
LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)
Set metric Trigger Type - 'Consecutive' or 'Total'.
|
LogMetricTrigger |
LogMetricTrigger.withThreshold(Double threshold)
Set the threshold of the metric trigger.
|
LogMetricTrigger |
LogMetricTrigger.withThresholdOperator(ConditionalOperator thresholdOperator)
Set evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.
|
Modifier and Type | Method and Description |
---|---|
TriggerCondition |
TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger)
Set trigger condition for metric query rule.
|
Copyright © 2019. All rights reserved.