Uses of Class
com.microsoft.azure.management.monitor.LogMetricTrigger
-
-
Uses of LogMetricTrigger in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return LogMetricTrigger Modifier and Type Method Description LogMetricTriggerTriggerCondition. metricTrigger()Get trigger condition for metric query rule.LogMetricTriggerLogMetricTrigger. withMetricColumn(String metricColumn)Set evaluation of metric on a particular column.LogMetricTriggerLogMetricTrigger. withMetricTriggerType(MetricTriggerType metricTriggerType)Set metric Trigger Type - 'Consecutive' or 'Total'.LogMetricTriggerLogMetricTrigger. withThreshold(Double threshold)Set the threshold of the metric trigger.LogMetricTriggerLogMetricTrigger. withThresholdOperator(ConditionalOperator thresholdOperator)Set evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.Methods in com.microsoft.azure.management.monitor with parameters of type LogMetricTrigger Modifier and Type Method Description TriggerConditionTriggerCondition. withMetricTrigger(LogMetricTrigger metricTrigger)Set trigger condition for metric query rule.
-