Uses of Class
com.azure.resourcemanager.sql.models.MetricType
Packages that use MetricType
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of MetricType in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type MetricTypeModifier 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 MetricType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as MetricTypeModifier and TypeFieldDescriptionstatic final MetricTypeMetricType.CPUStatic value cpu for MetricType.static final MetricTypeMetricType.DTUStatic value dtu for MetricType.static final MetricTypeMetricType.DURATIONStatic value duration for MetricType.static final MetricTypeMetricType.IOStatic value io for MetricType.static final MetricTypeMetricType.LOG_IOStatic value logIo for MetricType.Methods in com.azure.resourcemanager.sql.models that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeMetricType.fromString(String name) Creates or finds a MetricType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type MetricTypeModifier and TypeMethodDescriptionstatic Collection<MetricType> MetricType.values()Gets known MetricType values.