Uses of Class
com.microsoft.azure.management.appservice.DiagnosticMetricSet
-
-
Uses of DiagnosticMetricSet in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DiagnosticMetricSet Modifier and Type Method Description DiagnosticMetricSetDiagnosticMetricSet. withEndTime(org.joda.time.DateTime endTime)Set end time of the period.DiagnosticMetricSetDiagnosticMetricSet. withName(String name)Set name of the metric.DiagnosticMetricSetDiagnosticMetricSet. withStartTime(org.joda.time.DateTime startTime)Set start time of the period.DiagnosticMetricSetDiagnosticMetricSet. withTimeGrain(String timeGrain)Set presented time grain.DiagnosticMetricSetDiagnosticMetricSet. withUnit(String unit)Set metric's unit.DiagnosticMetricSetDiagnosticMetricSet. withValues(List<DiagnosticMetricSample> values)Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DiagnosticMetricSet Modifier and Type Method Description List<DiagnosticMetricSet>AnalysisData. metrics()Get source Metrics.Method parameters in com.microsoft.azure.management.appservice with type arguments of type DiagnosticMetricSet Modifier and Type Method Description AnalysisDataAnalysisData. withMetrics(List<DiagnosticMetricSet> metrics)Set source Metrics.
-