Uses of Class
com.microsoft.azure.management.monitor.MetricAlertStatusProperties
Packages that use MetricAlertStatusProperties
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlertStatusProperties in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricAlertStatusPropertiesModifier and TypeMethodDescriptionMetricAlertStatus.properties()Get the alert status properties of the metric alert status.MetricAlertStatusProperties.withDimensions(Map<String, String> dimensions) Set an object describing the type of the dimensions.MetricAlertStatusProperties.withStatus(String status) Set status value.MetricAlertStatusProperties.withTimestamp(org.joda.time.DateTime timestamp) Set uTC time when the status was checked.Methods in com.microsoft.azure.management.monitor with parameters of type MetricAlertStatusPropertiesModifier and TypeMethodDescriptionMetricAlertStatus.withProperties(MetricAlertStatusProperties properties) Set the alert status properties of the metric alert status.