Uses of Class
com.azure.resourcemanager.monitor.models.RuleCondition
-
Packages that use RuleCondition 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. -
-
Uses of RuleCondition in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return RuleCondition Modifier and Type Method Description RuleConditionAlertRuleResourceInner. condition()Get the condition property: the condition that results in the alert rule being activated.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type RuleCondition Modifier and Type Method Description AlertRuleResourceInnerAlertRuleResourceInner. withCondition(RuleCondition condition)Set the condition property: the condition that results in the alert rule being activated. -
Uses of RuleCondition in com.azure.resourcemanager.monitor.models
Subclasses of RuleCondition in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classLocationThresholdRuleConditionA rule condition based on a certain number of locations failing.classManagementEventRuleConditionA management event rule condition.classThresholdRuleConditionA rule condition based on a metric crossing a threshold.Methods in com.azure.resourcemanager.monitor.models that return RuleCondition Modifier and Type Method Description RuleConditionAlertRuleResourcePatch. condition()Get the condition property: the condition that results in the alert rule being activated.RuleConditionRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.Methods in com.azure.resourcemanager.monitor.models with parameters of type RuleCondition Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. withCondition(RuleCondition condition)Set the condition property: the condition that results in the alert rule being activated.
-