Uses of Class
com.azure.resourcemanager.cosmos.models.UnitType
Packages that use UnitType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 UnitTypeModifier and TypeMethodDescriptionMetricDefinitionInner.unit()Get the unit property: The unit of the metric.MetricInner.unit()Get the unit property: The unit of the metric.PartitionMetricInner.unit()Get the unit property: The unit of the metric.PartitionUsageInner.unit()Get the unit property: The unit of the metric.PercentileMetricInner.unit()Get the unit property: The unit of the metric.UsageInner.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 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.MILLISECONDSStatic value Milliseconds for UnitType.static final UnitTypeUnitType.PERCENTStatic value Percent for UnitType.static final UnitTypeUnitType.SECONDSStatic value Seconds for UnitType.Methods in com.azure.resourcemanager.cosmos.models that return UnitTypeModifier and TypeMethodDescriptionstatic 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 UnitTypeModifier and TypeMethodDescriptionstatic Collection<UnitType> UnitType.values()Gets known UnitType values.