Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticMetricSet
Packages that use DiagnosticMetricSet
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DiagnosticMetricSet in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DiagnosticMetricSetModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.metrics()
Get the metrics property: Metrics provided by the detector.DiagnosticDetectorResponseProperties.metrics()
Get the metrics property: Metrics provided by the detector.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DiagnosticMetricSetModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.withMetrics
(List<DiagnosticMetricSet> metrics) Set the metrics property: Metrics provided by the detector.DiagnosticDetectorResponseProperties.withMetrics
(List<DiagnosticMetricSet> metrics) Set the metrics property: Metrics provided by the detector. -
Uses of DiagnosticMetricSet in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DiagnosticMetricSetModifier and TypeMethodDescriptionstatic DiagnosticMetricSet
DiagnosticMetricSet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticMetricSet from the JsonReader.DiagnosticMetricSet.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time of the period.Set the name property: Name of the metric.DiagnosticMetricSet.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time of the period.DiagnosticMetricSet.withTimeGrain
(String timeGrain) Set the timeGrain property: Presented time grain.Set the unit property: Metric's unit.DiagnosticMetricSet.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}.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DiagnosticMetricSetModifier and TypeMethodDescriptionAnalysisData.metrics()
Get the metrics property: Source Metrics.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DiagnosticMetricSetModifier and TypeMethodDescriptionAnalysisData.withMetrics
(List<DiagnosticMetricSet> metrics) Set the metrics property: Source Metrics.