Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertCriteria
Packages that use MetricAlertCriteria
Package
Description
Package containing the inner data models for MonitorClient.
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 MetricAlertCriteriaModifier and TypeMethodDescriptionMetricAlertProperties.criteria()
Get the criteria property: defines the specific alert criteria information.MetricAlertPropertiesPatch.criteria()
Get the criteria property: defines the specific alert criteria information.MetricAlertResourceInner.criteria()
Get the criteria property: defines the specific alert criteria information.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type MetricAlertCriteriaModifier and TypeMethodDescriptionMetricAlertProperties.withCriteria
(MetricAlertCriteria criteria) Set the criteria property: defines the specific alert criteria information.MetricAlertPropertiesPatch.withCriteria
(MetricAlertCriteria criteria) Set the criteria property: defines the specific alert criteria information.MetricAlertResourceInner.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.modelsModifier and TypeClassDescriptionfinal class
Specifies the metric alert criteria for multiple resource that has multiple metric criteria.final class
Specifies the metric alert criteria for a single resource that has multiple metric criteria.final class
Specifies the metric alert rule criteria for a web test resource.Methods in com.azure.resourcemanager.monitor.models that return MetricAlertCriteriaModifier and TypeMethodDescriptionMetricAlertResourcePatch.criteria()
Get the criteria property: defines the specific alert criteria information.static MetricAlertCriteria
MetricAlertCriteria.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricAlertCriteria from the JsonReader.MetricAlertCriteria.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 MetricAlertCriteriaModifier and TypeMethodDescriptionMetricAlertResourcePatch.withCriteria
(MetricAlertCriteria criteria) Set the criteria property: defines the specific alert criteria information.