Uses of Class
com.azure.resourcemanager.sql.models.AggregationFunctionType
Packages that use AggregationFunctionType
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AggregationFunctionType in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type AggregationFunctionTypeModifier 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. -
Uses of AggregationFunctionType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as AggregationFunctionTypeModifier and TypeFieldDescriptionstatic final AggregationFunctionTypeAggregationFunctionType.AVGStatic value avg for AggregationFunctionType.static final AggregationFunctionTypeAggregationFunctionType.MAXStatic value max for AggregationFunctionType.static final AggregationFunctionTypeAggregationFunctionType.MINStatic value min for AggregationFunctionType.static final AggregationFunctionTypeAggregationFunctionType.STDEVStatic value stdev for AggregationFunctionType.static final AggregationFunctionTypeAggregationFunctionType.SUMStatic value sum for AggregationFunctionType.Methods in com.azure.resourcemanager.sql.models that return AggregationFunctionTypeModifier and TypeMethodDescriptionstatic AggregationFunctionTypeAggregationFunctionType.fromString(String name) Creates or finds a AggregationFunctionType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type AggregationFunctionTypeModifier and TypeMethodDescriptionstatic Collection<AggregationFunctionType> AggregationFunctionType.values()Gets known AggregationFunctionType values.