Uses of Class
com.azure.resourcemanager.sql.fluent.models.TopQueriesInner
Packages that use TopQueriesInner
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 TopQueriesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type TopQueriesInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TopQueriesInner>ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName) Get top resource consuming queries of a managed instance.com.azure.core.http.rest.PagedIterable<TopQueriesInner>ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric, com.azure.core.util.Context context) Get top resource consuming queries of a managed instance.com.azure.core.http.rest.PagedFlux<TopQueriesInner>ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName) Get top resource consuming queries of a managed instance.com.azure.core.http.rest.PagedFlux<TopQueriesInner>ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric) Get top resource consuming queries of a managed instance. -
Uses of TopQueriesInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return TopQueriesInnerModifier and TypeMethodDescriptionTopQueriesInner.withQueries(List<QueryStatisticsProperties> queries) Set the queries property: List of top resource consuming queries with appropriate metric data. -
Uses of TopQueriesInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type TopQueriesInnerModifier and TypeMethodDescriptionTopQueriesListResult.value()Get the value property: Array of results.