Uses of Class
com.azure.resourcemanager.monitor.models.Unit
-
Packages that use Unit Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 Unit Modifier and Type Method Description UnitMetricDefinitionInner. unit()Get the unit property: The unit of the metric.UnitMetricInner. unit()Get the unit property: The unit of the metric.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Unit Modifier and Type Method Description MetricDefinitionInnerMetricDefinitionInner. withUnit(Unit unit)Set the unit property: The unit of the metric.MetricInnerMetricInner. withUnit(Unit unit)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 Unit Modifier and Type Field Description static UnitUnit. BITS_PER_SECONDStatic value BitsPerSecond for Unit.static UnitUnit. BYTE_SECONDSStatic value ByteSeconds for Unit.static UnitUnit. BYTESStatic value Bytes for Unit.static UnitUnit. BYTES_PER_SECONDStatic value BytesPerSecond for Unit.static UnitUnit. CORESStatic value Cores for Unit.static UnitUnit. COUNTStatic value Count for Unit.static UnitUnit. COUNT_PER_SECONDStatic value CountPerSecond for Unit.static UnitUnit. MILLI_CORESStatic value MilliCores for Unit.static UnitUnit. MILLI_SECONDSStatic value MilliSeconds for Unit.static UnitUnit. NANO_CORESStatic value NanoCores for Unit.static UnitUnit. PERCENTStatic value Percent for Unit.static UnitUnit. SECONDSStatic value Seconds for Unit.static UnitUnit. UNSPECIFIEDStatic value Unspecified for Unit.Methods in com.azure.resourcemanager.monitor.models that return Unit Modifier and Type Method Description static UnitUnit. fromString(String name)Creates or finds a Unit from its string representation.UnitMetric. unit()Get the unit of the metric.UnitMetricDefinition. unit()Get the unit value.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type Unit Modifier and Type Method Description static Collection<Unit>Unit. values()
-