Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertStatus
-
Packages that use MetricAlertStatus 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 MetricAlertStatus in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type MetricAlertStatus Modifier and Type Method Description List<MetricAlertStatus>MetricAlertStatusCollectionInner. value()Get the value property: the values for the alert rule resources.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type MetricAlertStatus Modifier and Type Method Description MetricAlertStatusCollectionInnerMetricAlertStatusCollectionInner. withValue(List<MetricAlertStatus> value)Set the value property: the values for the alert rule resources. -
Uses of MetricAlertStatus in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricAlertStatus Modifier and Type Method Description MetricAlertStatusMetricAlertStatus. withId(String id)Set the id property: The alert rule arm id.MetricAlertStatusMetricAlertStatus. withName(String name)Set the name property: The status name.MetricAlertStatusMetricAlertStatus. withProperties(MetricAlertStatusProperties properties)Set the properties property: The alert status properties of the metric alert status.MetricAlertStatusMetricAlertStatus. withType(String type)Set the type property: The extended resource type name.
-