Uses of Class
com.azure.resourcemanager.sql.fluent.models.QueryStatisticsInner
Packages that use QueryStatisticsInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of QueryStatisticsInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type QueryStatisticsInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<QueryStatisticsInner> ManagedDatabaseQueriesClient.listByQuery(String resourceGroupName, String managedInstanceName, String databaseName, String queryId) Get query execution statistics by query id.com.azure.core.http.rest.PagedIterable<QueryStatisticsInner> ManagedDatabaseQueriesClient.listByQuery(String resourceGroupName, String managedInstanceName, String databaseName, String queryId, String startTime, String endTime, QueryTimeGrainType interval, com.azure.core.util.Context context) Get query execution statistics by query id.com.azure.core.http.rest.PagedFlux<QueryStatisticsInner> ManagedDatabaseQueriesClient.listByQueryAsync(String resourceGroupName, String managedInstanceName, String databaseName, String queryId) Get query execution statistics by query id.com.azure.core.http.rest.PagedFlux<QueryStatisticsInner> ManagedDatabaseQueriesClient.listByQueryAsync(String resourceGroupName, String managedInstanceName, String databaseName, String queryId, String startTime, String endTime, QueryTimeGrainType interval) Get query execution statistics by query id. -
Uses of QueryStatisticsInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return QueryStatisticsInnerModifier and TypeMethodDescriptionstatic QueryStatisticsInnerQueryStatisticsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryStatisticsInner from the JsonReader.QueryStatisticsInner.withIntervals(List<QueryMetricInterval> intervals) Set the intervals property: List of intervals with appropriate metric data. -
Uses of QueryStatisticsInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type QueryStatisticsInnerModifier and TypeMethodDescriptionManagedInstanceQueryStatistics.value()Get the value property: Array of results.