Uses of Class
com.azure.resourcemanager.sql.models.PerformanceLevelUnit
Packages that use PerformanceLevelUnit
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of PerformanceLevelUnit in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as PerformanceLevelUnitModifier and TypeFieldDescriptionstatic final PerformanceLevelUnitPerformanceLevelUnit.DTUStatic value DTU for PerformanceLevelUnit.static final PerformanceLevelUnitPerformanceLevelUnit.VCORESStatic value VCores for PerformanceLevelUnit.Methods in com.azure.resourcemanager.sql.models that return PerformanceLevelUnitModifier and TypeMethodDescriptionstatic PerformanceLevelUnitPerformanceLevelUnit.fromString(String name) Creates or finds a PerformanceLevelUnit from its string representation.ElasticPoolPerDatabaseMaxPerformanceLevelCapability.unit()Get the unit property: Unit type used to measure performance level.ElasticPoolPerDatabaseMinPerformanceLevelCapability.unit()Get the unit property: Unit type used to measure performance level.PerformanceLevelCapability.unit()Get the unit property: Unit type used to measure performance level.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type PerformanceLevelUnitModifier and TypeMethodDescriptionstatic Collection<PerformanceLevelUnit>PerformanceLevelUnit.values()Gets known PerformanceLevelUnit values.