Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertStatusProperties
-
Packages that use MetricAlertStatusProperties Package Description com.azure.resourcemanager.monitor.models 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 MetricAlertStatusProperties Modifier and Type Method Description MetricAlertStatusPropertiesMetricAlertStatus. properties()Get the properties property: The alert status properties of the metric alert status.MetricAlertStatusPropertiesMetricAlertStatusProperties. withDimensions(Map<String,String> dimensions)Set the dimensions property: An object describing the type of the dimensions.MetricAlertStatusPropertiesMetricAlertStatusProperties. withStatus(String status)Set the status property: status value.MetricAlertStatusPropertiesMetricAlertStatusProperties. 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 MetricAlertStatusProperties Modifier and Type Method Description MetricAlertStatusMetricAlertStatus. withProperties(MetricAlertStatusProperties properties)Set the properties property: The alert status properties of the metric alert status.
-