Uses of Class
com.azure.resourcemanager.monitor.models.Unit
Packages that use Unit
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of Unit in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return UnitModifier and TypeMethodDescriptionMetricDefinitionInner.unit()
Get the unit property: The unit of the metric.MetricInner.unit()
Get the unit property: The unit of the metric.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type UnitModifier and TypeMethodDescriptionSet the unit property: The unit of the metric.Set the unit property: The unit of the metric. -
Uses of Unit in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as UnitModifier and TypeFieldDescriptionstatic final Unit
Unit.BITS_PER_SECOND
Static value BitsPerSecond for Unit.static final Unit
Unit.BYTE_SECONDS
Static value ByteSeconds for Unit.static final Unit
Unit.BYTES
Static value Bytes for Unit.static final Unit
Unit.BYTES_PER_SECOND
Static value BytesPerSecond for Unit.static final Unit
Unit.CORES
Static value Cores for Unit.static final Unit
Unit.COUNT
Static value Count for Unit.static final Unit
Unit.COUNT_PER_SECOND
Static value CountPerSecond for Unit.static final Unit
Unit.MILLI_CORES
Static value MilliCores for Unit.static final Unit
Unit.MILLI_SECONDS
Static value MilliSeconds for Unit.static final Unit
Unit.NANO_CORES
Static value NanoCores for Unit.static final Unit
Unit.PERCENT
Static value Percent for Unit.static final Unit
Unit.SECONDS
Static value Seconds for Unit.static final Unit
Unit.UNSPECIFIED
Static value Unspecified for Unit.Methods in com.azure.resourcemanager.monitor.models that return UnitModifier and TypeMethodDescriptionstatic Unit
Unit.fromString
(String name) Creates or finds a Unit from its string representation.Metric.unit()
Get the unit of the metric.MetricDefinition.unit()
Get the unit value.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type Unit