Uses of Class
com.azure.resourcemanager.sql.models.QueryMetricProperties
Packages that use QueryMetricProperties
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of QueryMetricProperties in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type QueryMetricPropertiesModifier and TypeClassDescriptionfinal classProperties of a topquery metric in one interval.Methods in com.azure.resourcemanager.sql.models that return QueryMetricPropertiesModifier and TypeMethodDescriptionstatic QueryMetricPropertiesQueryMetricProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryMetricProperties from the JsonReader.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type QueryMetricPropertiesModifier and TypeMethodDescriptionQueryMetricInterval.metrics()Get the metrics property: List of metric objects for this interval.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type QueryMetricPropertiesModifier and TypeMethodDescriptionQueryMetricInterval.withMetrics(List<QueryMetricProperties> metrics) Set the metrics property: List of metric objects for this interval.