Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticMetricSet
-
Packages that use DiagnosticMetricSet Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DiagnosticMetricSet Modifier and Type Method Description List<DiagnosticMetricSet>DiagnosticDetectorResponseInner. metrics()Get the metrics property: Metrics provided by the detector.List<DiagnosticMetricSet>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 DiagnosticMetricSet Modifier and Type Method Description DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withMetrics(List<DiagnosticMetricSet> metrics)Set the metrics property: Metrics provided by the detector.DiagnosticDetectorResponsePropertiesDiagnosticDetectorResponseProperties. 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 DiagnosticMetricSet Modifier and Type Method Description DiagnosticMetricSetDiagnosticMetricSet. withEndTime(OffsetDateTime endTime)Set the endTime property: End time of the period.DiagnosticMetricSetDiagnosticMetricSet. withName(String name)Set the name property: Name of the metric.DiagnosticMetricSetDiagnosticMetricSet. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the period.DiagnosticMetricSetDiagnosticMetricSet. withTimeGrain(String timeGrain)Set the timeGrain property: Presented time grain.DiagnosticMetricSetDiagnosticMetricSet. withUnit(String unit)Set the unit property: Metric's unit.DiagnosticMetricSetDiagnosticMetricSet. 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 DiagnosticMetricSet Modifier and Type Method Description List<DiagnosticMetricSet>AnalysisData. metrics()Get the metrics property: Source Metrics.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DiagnosticMetricSet Modifier and Type Method Description AnalysisDataAnalysisData. withMetrics(List<DiagnosticMetricSet> metrics)Set the metrics property: Source Metrics.
-