public final class PercentileMetricInner extends Object
| Constructor and Description |
|---|
PercentileMetricInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
endTime()
Get the endTime property: The end time for the metric (ISO-8601 format).
|
List<PercentileMetricValue> |
metricValues()
Get the metricValues property: The percentile metric values for the specified time window and timestep.
|
MetricName |
name()
Get the name property: The name information for the metric.
|
OffsetDateTime |
startTime()
Get the startTime property: The start time for the metric (ISO-8601 format).
|
String |
timeGrain()
Get the timeGrain property: The time grain to be used to summarize the metric values.
|
UnitType |
unit()
Get the unit property: The unit of the metric.
|
void |
validate()
Validates the instance.
|
public OffsetDateTime startTime()
public OffsetDateTime endTime()
public String timeGrain()
public UnitType unit()
public MetricName name()
public List<PercentileMetricValue> metricValues()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.