| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DiagnosticMetricSet | 
DiagnosticMetricSet.withEndTime(org.joda.time.DateTime endTime)
Set end time of the period. 
 | 
DiagnosticMetricSet | 
DiagnosticMetricSet.withName(String name)
Set name of the metric. 
 | 
DiagnosticMetricSet | 
DiagnosticMetricSet.withStartTime(org.joda.time.DateTime startTime)
Set start time of the period. 
 | 
DiagnosticMetricSet | 
DiagnosticMetricSet.withTimeGrain(String timeGrain)
Set presented time grain. 
 | 
DiagnosticMetricSet | 
DiagnosticMetricSet.withUnit(String unit)
Set metric's unit. 
 | 
DiagnosticMetricSet | 
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 Type | Method and Description | 
|---|---|
List<DiagnosticMetricSet> | 
AnalysisData.metrics()
Get source Metrics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalysisData | 
AnalysisData.withMetrics(List<DiagnosticMetricSet> metrics)
Set source Metrics. 
 | 
Copyright © 2019. All rights reserved.