Uses of Class
com.microsoft.azure.management.compute.ComputeUsageUnit
Packages that use ComputeUsageUnit
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ComputeUsageUnit in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as ComputeUsageUnitModifier and TypeFieldDescriptionstatic final ComputeUsageUnit
ComputeUsageUnit.BYTES
Static value Bytes for ComputeUsageUnit.static final ComputeUsageUnit
ComputeUsageUnit.BYTES_PER_SECOND
Static value BytesPerSecond for ComputeUsageUnit.static final ComputeUsageUnit
ComputeUsageUnit.COUNT
Static value Count for ComputeUsageUnit.static final ComputeUsageUnit
ComputeUsageUnit.COUNTS_PER_SECOND
Static value CountsPerSecond for ComputeUsageUnit.static final ComputeUsageUnit
ComputeUsageUnit.PERCENT
Static value Percent for ComputeUsageUnit.static final ComputeUsageUnit
ComputeUsageUnit.SECONDS
Static value Seconds for ComputeUsageUnit.Methods in com.microsoft.azure.management.compute that return ComputeUsageUnitModifier and TypeMethodDescriptionstatic ComputeUsageUnit
ComputeUsageUnit.fromString
(String name) Creates or finds a compute usage unit based on its name.ComputeUsage.unit()
Methods in com.microsoft.azure.management.compute that return types with arguments of type ComputeUsageUnit