Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertStatusProperties
Packages that use MetricAlertStatusProperties
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricAlertStatusProperties in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricAlertStatusPropertiesModifier and TypeMethodDescriptionstatic MetricAlertStatusProperties
MetricAlertStatusProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricAlertStatusProperties from the JsonReader.MetricAlertStatus.properties()
Get the properties property: The alert status properties of the metric alert status.MetricAlertStatusProperties.withDimensions
(Map<String, String> dimensions) Set the dimensions property: An object describing the type of the dimensions.MetricAlertStatusProperties.withStatus
(String status) Set the status property: status value.MetricAlertStatusProperties.withTimestamp
(OffsetDateTime timestamp) Set the timestamp property: UTC time when the status was checked.Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricAlertStatusPropertiesModifier and TypeMethodDescriptionMetricAlertStatus.withProperties
(MetricAlertStatusProperties properties) Set the properties property: The alert status properties of the metric alert status.