Uses of Class
com.microsoft.azure.management.appservice.DiagnosticMetricSample
Packages that use DiagnosticMetricSample
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DiagnosticMetricSample in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DiagnosticMetricSampleModifier 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.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DiagnosticMetricSampleModifier and TypeMethodDescriptionDiagnosticMetricSet.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 DiagnosticMetricSampleModifier and TypeMethodDescriptionDiagnosticMetricSet.withValues
(List<DiagnosticMetricSample> values) Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.