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