public final class MetricDefinitionCollection extends Object
| Constructor and Description |
|---|
MetricDefinitionCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<MetricDefinitionInner> |
value()
Get the value property: the values for the metric definitions.
|
MetricDefinitionCollection |
withValue(List<MetricDefinitionInner> value)
Set the value property: the values for the metric definitions.
|
public List<MetricDefinitionInner> value()
public MetricDefinitionCollection withValue(List<MetricDefinitionInner> 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.