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