Uses of Class
com.microsoft.azure.management.appservice.DiagnosticMetricSample
-
-
Uses of DiagnosticMetricSample in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DiagnosticMetricSample Modifier and Type Method Description DiagnosticMetricSampleDiagnosticMetricSample. withIsAggregated(Boolean isAggregated)Set whether the values are aggregates across all workers or not.DiagnosticMetricSampleDiagnosticMetricSample. withMaximum(Double maximum)Set maximum of the metric sampled during the time period.DiagnosticMetricSampleDiagnosticMetricSample. withMinimum(Double minimum)Set minimum of the metric sampled during the time period.DiagnosticMetricSampleDiagnosticMetricSample. withRoleInstance(String roleInstance)Set role Instance.DiagnosticMetricSampleDiagnosticMetricSample. withTimestamp(org.joda.time.DateTime timestamp)Set time at which metric is measured.DiagnosticMetricSampleDiagnosticMetricSample. withTotal(Double total)Set total value of the metric.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DiagnosticMetricSample Modifier and Type Method Description List<DiagnosticMetricSample>DiagnosticMetricSet. values()Get collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Method parameters in com.microsoft.azure.management.appservice with type arguments of type DiagnosticMetricSample Modifier and Type Method Description DiagnosticMetricSetDiagnosticMetricSet. withValues(List<DiagnosticMetricSample> values)Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
-