Uses of Class
com.microsoft.azure.management.network.NetworkUsageUnit
-
Packages that use NetworkUsageUnit Package Description com.microsoft.azure.management.network 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 NetworkUsageUnit Modifier and Type Field Description static NetworkUsageUnitNetworkUsageUnit. BYTESStatic value Bytes for NetworkUsageUnit.static NetworkUsageUnitNetworkUsageUnit. BYTES_PER_SECONDStatic value BytesPerSecond for ComputeUsageUnit.static NetworkUsageUnitNetworkUsageUnit. COUNTStatic value Count for NetworkUsageUnit.static NetworkUsageUnitNetworkUsageUnit. COUNTS_PER_SECONDStatic value CountsPerSecond for NetworkUsageUnit.static NetworkUsageUnitNetworkUsageUnit. PERCENTStatic value Percent for NetworkUsageUnit.static NetworkUsageUnitNetworkUsageUnit. SECONDSStatic value Seconds for NetworkUsageUnit.Methods in com.microsoft.azure.management.network that return NetworkUsageUnit Modifier and Type Method Description static NetworkUsageUnitNetworkUsageUnit. fromString(String name)Finds or creates a network usage unit based on the specified name.NetworkUsageUnitNetworkUsage. unit()Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkUsageUnit Modifier and Type Method Description static Collection<NetworkUsageUnit>NetworkUsageUnit. values()
-