Uses of Class
com.azure.resourcemanager.sql.models.UnitType
Packages that use UnitType
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of UnitType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as UnitTypeModifier and TypeFieldDescriptionstatic final UnitTypeUnitType.BYTESStatic value bytes for UnitType.static final UnitTypeUnitType.BYTES_PER_SECONDStatic value bytesPerSecond for UnitType.static final UnitTypeUnitType.COUNTStatic value count for UnitType.static final UnitTypeUnitType.COUNT_PER_SECONDStatic value countPerSecond for UnitType.static final UnitTypeUnitType.PERCENTStatic value percent for UnitType.static final UnitTypeUnitType.SECONDSStatic value seconds for UnitType.Methods in com.azure.resourcemanager.sql.models that return UnitTypeModifier and TypeMethodDescriptionstatic UnitTypeUnitType.fromString(String name) Creates or finds a UnitType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type UnitTypeModifier and TypeMethodDescriptionstatic Collection<UnitType>UnitType.values()Gets known UnitType values.