Uses of Class
com.azure.resourcemanager.sql.models.QueryTimeGrainType
Packages that use QueryTimeGrainType
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 QueryTimeGrainType in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type QueryTimeGrainTypeModifier and TypeMethodDescriptioncom.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, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric) Get top resource consuming queries of a managed instance.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, String startTime, String endTime, QueryTimeGrainType interval) Get query execution statistics by query id. -
Uses of QueryTimeGrainType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return QueryTimeGrainTypeModifier and TypeMethodDescriptionTopQueriesInner.intervalType()Get the intervalType property: Interval type (length). -
Uses of QueryTimeGrainType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as QueryTimeGrainTypeModifier and TypeFieldDescriptionstatic final QueryTimeGrainTypeQueryTimeGrainType.P1DStatic value P1D for QueryTimeGrainType.static final QueryTimeGrainTypeQueryTimeGrainType.PT1HStatic value PT1H for QueryTimeGrainType.Methods in com.azure.resourcemanager.sql.models that return QueryTimeGrainTypeModifier and TypeMethodDescriptionstatic QueryTimeGrainTypeQueryTimeGrainType.fromString(String name) Creates or finds a QueryTimeGrainType from its string representation.QueryMetricInterval.intervalType()Get the intervalType property: Interval type (length).Methods in com.azure.resourcemanager.sql.models that return types with arguments of type QueryTimeGrainTypeModifier and TypeMethodDescriptionstatic Collection<QueryTimeGrainType> QueryTimeGrainType.values()Gets known QueryTimeGrainType values.