Interface ComputeUsage
-
- All Superinterfaces:
HasInnerModel<UsageInner>
public interface ComputeUsage extends HasInnerModel<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 intcurrentValue()longlimit()UsageNamename()ComputeUsageUnitunit()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
unit
ComputeUsageUnit unit()
- Returns:
- the unit of measurement
-
currentValue
int 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
-
-