Interface NetworkUsage
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.UsageInner>
public interface NetworkUsage extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.UsageInner>An immutable client-side representation of an Azure compute resource usage info object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentValue()longlimit()UsageNamename()NetworkUsageUnitunit()
-
-
-
Method Detail
-
unit
NetworkUsageUnit unit()
- Returns:
- the unit of measurement.
-
currentValue
long currentValue()
- Returns:
- the current count of the allocated resources in the subscription
-
limit
long limit()
- Returns:
- the maximum count of the resources that can be allocated in the subscription
-
name
UsageName name()
- Returns:
- the name of the type of usage
-
-