Uses of Class
com.microsoft.azure.management.monitor.Unit
-
-
Uses of Unit in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return Unit Modifier and Type Method Description static UnitUnit. fromString(String value)Parses a serialized value to a Unit instance.UnitMetric. unit()Get the unit of the metric.UnitMetricDefinition. unit()Get the unit value.static UnitUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Unit[]Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-