Uses of Class
com.microsoft.azure.management.compute.ComputeUsageUnit
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ComputeUsageUnit in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionstatic ComputeUsageUnit
ComputeUsageUnit.fromString
(String name) Creates or finds a compute usage unit based on its name.ComputeUsage.unit()