Uses of Class
com.azure.resourcemanager.sql.models.QueryMetricInterval
Packages that use QueryMetricInterval
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of QueryMetricInterval in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type QueryMetricIntervalModifier and TypeMethodDescriptionQueryStatisticsInner.intervals()Get the intervals property: List of intervals with appropriate metric data.QueryStatisticsProperties.intervals()Get the intervals property: List of intervals with appropriate metric data.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type QueryMetricIntervalModifier and TypeMethodDescriptionQueryStatisticsInner.withIntervals(List<QueryMetricInterval> intervals) Set the intervals property: List of intervals with appropriate metric data.QueryStatisticsProperties.withIntervals(List<QueryMetricInterval> intervals) Set the intervals property: List of intervals with appropriate metric data. -
Uses of QueryMetricInterval in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return QueryMetricIntervalModifier and TypeMethodDescriptionstatic QueryMetricIntervalQueryMetricInterval.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryMetricInterval from the JsonReader.QueryMetricInterval.withMetrics(List<QueryMetricProperties> metrics) Set the metrics property: List of metric objects for this interval.