MetricAlertStatusCollectionInner Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.MetricAlertStatusCollectionInner

public class MetricAlertStatusCollectionInner

Represents a collection of alert rule resources.

Method Summary

Modifier and Type Method and Description
List<MetricAlertStatus> value()

Get the values for the alert rule resources.

MetricAlertStatusCollectionInner withValue(List<MetricAlertStatus> value)

Set the values for the alert rule resources.

Method Details

value

public List value()

Get the values for the alert rule resources.

Returns:

the value value

withValue

public MetricAlertStatusCollectionInner withValue(List value)

Set the values for the alert rule resources.

Parameters:

value - the value value to set

Returns:

the MetricAlertStatusCollectionInner object itself.

Applies to