Uses of Class
com.microsoft.azure.management.appservice.DiagnosticMetricSample
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DiagnosticMetricSample in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionDiagnosticMetricSample.withIsAggregated
(Boolean isAggregated) Set whether the values are aggregates across all workers or not.DiagnosticMetricSample.withMaximum
(Double maximum) Set maximum of the metric sampled during the time period.DiagnosticMetricSample.withMinimum
(Double minimum) Set minimum of the metric sampled during the time period.DiagnosticMetricSample.withRoleInstance
(String roleInstance) Set role Instance.DiagnosticMetricSample.withTimestamp
(org.joda.time.DateTime timestamp) Set time at which metric is measured.Set total value of the metric.Modifier and TypeMethodDescriptionDiagnosticMetricSet.values()
Get collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Modifier and TypeMethodDescriptionDiagnosticMetricSet.withValues
(List<DiagnosticMetricSample> values) Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.