| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerCondition |
AlertingAction.trigger()
Get the trigger property: The trigger condition that results in the alert rule being.
|
TriggerCondition |
TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger)
Set the metricTrigger property: Trigger condition for metric query rule.
|
TriggerCondition |
TriggerCondition.withThreshold(double threshold)
Set the threshold property: Result or count threshold based on which rule should be triggered.
|
TriggerCondition |
TriggerCondition.withThresholdOperator(ConditionalOperator thresholdOperator)
Set the thresholdOperator property: Evaluation operation for rule - 'GreaterThan' or 'LessThan.
|
| Modifier and Type | Method and Description |
|---|---|
AlertingAction |
AlertingAction.withTrigger(TriggerCondition trigger)
Set the trigger property: The trigger condition that results in the alert rule being.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.