Uses of Class
com.azure.resourcemanager.sql.models.PerformanceLevelUnit
-
Packages that use PerformanceLevelUnit Package Description com.azure.resourcemanager.sql.models 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 PerformanceLevelUnit Modifier and Type Field Description static PerformanceLevelUnitPerformanceLevelUnit. DTUStatic value DTU for PerformanceLevelUnit.static PerformanceLevelUnitPerformanceLevelUnit. VCORESStatic value VCores for PerformanceLevelUnit.Methods in com.azure.resourcemanager.sql.models that return PerformanceLevelUnit Modifier and Type Method Description static PerformanceLevelUnitPerformanceLevelUnit. fromString(String name)Creates or finds a PerformanceLevelUnit from its string representation.PerformanceLevelUnitElasticPoolPerDatabaseMaxPerformanceLevelCapability. unit()Get the unit property: Unit type used to measure performance level.PerformanceLevelUnitElasticPoolPerDatabaseMinPerformanceLevelCapability. unit()Get the unit property: Unit type used to measure performance level.PerformanceLevelUnitPerformanceLevelCapability. 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 PerformanceLevelUnit Modifier and Type Method Description static Collection<PerformanceLevelUnit>PerformanceLevelUnit. values()
-