Class ComputeUsageUnit
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<ComputeUsageUnit>
com.microsoft.azure.management.compute.ComputeUsageUnit
Compute usage units.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ComputeUsageUnit
Static value Bytes for ComputeUsageUnit.static final ComputeUsageUnit
Static value BytesPerSecond for ComputeUsageUnit.static final ComputeUsageUnit
Static value Count for ComputeUsageUnit.static final ComputeUsageUnit
Static value CountsPerSecond for ComputeUsageUnit.static final ComputeUsageUnit
Static value Percent for ComputeUsageUnit.static final ComputeUsageUnit
Static value Seconds for ComputeUsageUnit. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComputeUsageUnit
fromString
(String name) Creates or finds a compute usage unit based on its name.values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
COUNT
Static value Count for ComputeUsageUnit. -
BYTES
Static value Bytes for ComputeUsageUnit. -
SECONDS
Static value Seconds for ComputeUsageUnit. -
PERCENT
Static value Percent for ComputeUsageUnit. -
COUNTS_PER_SECOND
Static value CountsPerSecond for ComputeUsageUnit. -
BYTES_PER_SECOND
Static value BytesPerSecond for ComputeUsageUnit.
-
-
Constructor Details
-
ComputeUsageUnit
public ComputeUsageUnit()
-
-
Method Details
-
fromString
Creates or finds a compute usage unit based on its name.- Parameters:
name
- a name- Returns:
- a corresponding ComputeUsageUnit
-
values
- Returns:
- known compute usage units
-