| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCondition |
AlertRuleResourceInner.condition()
Get the condition property: the condition that results in the alert rule being activated.
|
| Modifier and Type | Method and Description |
|---|---|
AlertRuleResourceInner |
AlertRuleResourceInner.withCondition(RuleCondition condition)
Set the condition property: the condition that results in the alert rule being activated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocationThresholdRuleCondition
A rule condition based on a certain number of locations failing.
|
class |
ManagementEventRuleCondition
A management event rule condition.
|
class |
ThresholdRuleCondition
A rule condition based on a metric crossing a threshold.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCondition |
AlertRuleResourcePatch.condition()
Get the condition property: the condition that results in the alert rule being activated.
|
RuleCondition |
RuleCondition.withDataSource(RuleDataSource dataSource)
Set the dataSource property: the resource from which the rule collects its data.
|
| Modifier and Type | Method and Description |
|---|---|
AlertRuleResourcePatch |
AlertRuleResourcePatch.withCondition(RuleCondition condition)
Set the condition property: the condition that results in the alert rule being activated.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.