Uses of Class
com.microsoft.azure.management.appservice.DiagnosticMetricSet
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DiagnosticMetricSet in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionDiagnosticMetricSet.withEndTime
(org.joda.time.DateTime endTime) Set end time of the period.Set name of the metric.DiagnosticMetricSet.withStartTime
(org.joda.time.DateTime startTime) Set start time of the period.DiagnosticMetricSet.withTimeGrain
(String timeGrain) Set presented time grain.Set metric's unit.DiagnosticMetricSet.withValues
(List<DiagnosticMetricSample> values) Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Modifier and TypeMethodDescriptionAnalysisData.withMetrics
(List<DiagnosticMetricSet> metrics) Set source Metrics.