Uses of Class
com.azure.resourcemanager.compute.models.ComputeUsageUnit
Packages that use ComputeUsageUnit
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ComputeUsageUnit in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ComputeUsageUnitModifier and TypeFieldDescriptionstatic final ComputeUsageUnitComputeUsageUnit.BYTESStatic value Bytes for ComputeUsageUnit.static final ComputeUsageUnitComputeUsageUnit.BYTES_PER_SECONDStatic value BytesPerSecond for ComputeUsageUnit.static final ComputeUsageUnitComputeUsageUnit.COUNTStatic value Count for ComputeUsageUnit.static final ComputeUsageUnitComputeUsageUnit.COUNTS_PER_SECONDStatic value CountsPerSecond for ComputeUsageUnit.static final ComputeUsageUnitComputeUsageUnit.PERCENTStatic value Percent for ComputeUsageUnit.static final ComputeUsageUnitComputeUsageUnit.SECONDSStatic value Seconds for ComputeUsageUnit.Methods in com.azure.resourcemanager.compute.models that return ComputeUsageUnitModifier and TypeMethodDescriptionstatic ComputeUsageUnitComputeUsageUnit.fromString(String name) Creates or finds a compute usage unit based on its name.ComputeUsage.unit()Gets the unit of measurement.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ComputeUsageUnit