Uses of Class
com.azure.resourcemanager.monitor.models.LogMetricTrigger
Packages that use LogMetricTrigger
Package
Description
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 LogMetricTriggerModifier and TypeMethodDescriptionTriggerCondition.metricTrigger()Get the metricTrigger property: Trigger condition for metric query rule.LogMetricTrigger.withMetricColumn(String metricColumn) Set the metricColumn property: Evaluation of metric on a particular column.LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType) Set the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.LogMetricTrigger.withThreshold(Double threshold) Set the threshold property: The threshold of the metric trigger.LogMetricTrigger.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 LogMetricTriggerModifier and TypeMethodDescriptionTriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger) Set the metricTrigger property: Trigger condition for metric query rule.