Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticMetricSample
Packages that use DiagnosticMetricSample
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DiagnosticMetricSample in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DiagnosticMetricSampleModifier and TypeMethodDescriptionstatic DiagnosticMetricSample
DiagnosticMetricSample.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticMetricSample from the JsonReader.DiagnosticMetricSample.withIsAggregated
(Boolean isAggregated) Set the isAggregated property: Whether the values are aggregates across all workers or not.DiagnosticMetricSample.withMaximum
(Double maximum) Set the maximum property: Maximum of the metric sampled during the time period.DiagnosticMetricSample.withMinimum
(Double minimum) Set the minimum property: Minimum of the metric sampled during the time period.DiagnosticMetricSample.withRoleInstance
(String roleInstance) Set the roleInstance property: Role Instance.DiagnosticMetricSample.withTimestamp
(OffsetDateTime timestamp) Set the timestamp property: Time at which metric is measured.Set the total property: Total value of the metric.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DiagnosticMetricSampleModifier and TypeMethodDescriptionDiagnosticMetricSet.values()
Get the values property: Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DiagnosticMetricSampleModifier and TypeMethodDescriptionDiagnosticMetricSet.withValues
(List<DiagnosticMetricSample> values) Set the values property: Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.