Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TriggerCondition |
AlertingAction.trigger()
Get the trigger condition that results in the alert rule being.
|
TriggerCondition |
TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger)
Set trigger condition for metric query rule.
|
TriggerCondition |
TriggerCondition.withThreshold(double threshold)
Set result or count threshold based on which rule should be triggered.
|
TriggerCondition |
TriggerCondition.withThresholdOperator(ConditionalOperator thresholdOperator)
Set evaluation operation for rule - 'GreaterThan' or 'LessThan.
|
Modifier and Type | Method and Description |
---|---|
AlertingAction |
AlertingAction.withTrigger(TriggerCondition trigger)
Set the trigger condition that results in the alert rule being.
|
Copyright © 2019. All rights reserved.