Uses of Class
com.microsoft.azure.management.cosmosdb.UnitType
-
-
Uses of UnitType in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as UnitType Modifier and Type Field Description static UnitTypeUnitType. BYTESStatic value Bytes for UnitType.static UnitTypeUnitType. BYTES_PER_SECONDStatic value BytesPerSecond for UnitType.static UnitTypeUnitType. COUNTStatic value Count for UnitType.static UnitTypeUnitType. COUNT_PER_SECONDStatic value CountPerSecond for UnitType.static UnitTypeUnitType. MILLISECONDSStatic value Milliseconds for UnitType.static UnitTypeUnitType. PERCENTStatic value Percent for UnitType.static UnitTypeUnitType. SECONDSStatic value Seconds for UnitType.Methods in com.microsoft.azure.management.cosmosdb that return UnitType Modifier and Type Method Description static UnitTypeUnitType. fromString(String name)Creates or finds a UnitType from its string representation.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type UnitType Modifier and Type Method Description static Collection<UnitType>UnitType. values()
-