public final class MetricAlertResourceCollection extends Object
| Constructor and Description |
|---|
MetricAlertResourceCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<MetricAlertResourceInner> |
value()
Get the value property: the values for the alert rule resources.
|
MetricAlertResourceCollection |
withValue(List<MetricAlertResourceInner> value)
Set the value property: the values for the alert rule resources.
|
public List<MetricAlertResourceInner> value()
public MetricAlertResourceCollection withValue(List<MetricAlertResourceInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.