Uses of Class
com.azure.resourcemanager.cosmos.models.UnitType
-
Packages that use UnitType Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of UnitType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return UnitType Modifier and Type Method Description UnitTypeMetricDefinitionInner. unit()Get the unit property: The unit of the metric.UnitTypeMetricInner. unit()Get the unit property: The unit of the metric.UnitTypePercentileMetricInner. unit()Get the unit property: The unit of the metric.UnitTypeUsageInner. unit()Get the unit property: The unit of the metric. -
Uses of UnitType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models that return types with arguments of type UnitType Modifier and Type Method Description static Collection<UnitType>UnitType. values()
-