Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertCriteria
-
Packages that use MetricAlertCriteria 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 MetricAlertCriteria in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricAlertCriteria Modifier and Type Method Description MetricAlertCriteriaMetricAlertResourceInner. criteria()Get the criteria property: defines the specific alert criteria information.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type MetricAlertCriteria Modifier and Type Method Description MetricAlertResourceInnerMetricAlertResourceInner. withCriteria(MetricAlertCriteria criteria)Set the criteria property: defines the specific alert criteria information. -
Uses of MetricAlertCriteria in com.azure.resourcemanager.monitor.models
Subclasses of MetricAlertCriteria in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classMetricAlertMultipleResourceMultipleMetricCriteriaSpecifies the metric alert criteria for multiple resource that has multiple metric criteria.classMetricAlertSingleResourceMultipleMetricCriteriaSpecifies the metric alert criteria for a single resource that has multiple metric criteria.classWebtestLocationAvailabilityCriteriaSpecifies the metric alert rule criteria for a web test resource.Methods in com.azure.resourcemanager.monitor.models that return MetricAlertCriteria Modifier and Type Method Description MetricAlertCriteriaMetricAlertResourcePatch. criteria()Get the criteria property: defines the specific alert criteria information.MetricAlertCriteriaMetricAlertCriteria. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: The rule criteria that defines the conditions of the alert rule.Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricAlertCriteria Modifier and Type Method Description MetricAlertResourcePatchMetricAlertResourcePatch. withCriteria(MetricAlertCriteria criteria)Set the criteria property: defines the specific alert criteria information.
-