| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSample |
DiagnosticMetricSample.withIsAggregated(Boolean isAggregated)
Set the isAggregated value.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMaximum(Double maximum)
Set the maximum value.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMinimum(Double minimum)
Set the minimum value.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withRoleInstance(String roleInstance)
Set the roleInstance value.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTimestamp(org.joda.time.DateTime timestamp)
Set the timestamp value.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTotal(Double total)
Set the total value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiagnosticMetricSample> |
DiagnosticMetricSet.values()
Get the values value.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSet |
DiagnosticMetricSet.withValues(List<DiagnosticMetricSample> values)
Set the values value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/