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