Class UsageInner
java.lang.Object
com.azure.resourcemanager.containerinstance.fluent.models.UsageInner
A single usage result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the currentValue property: The current usage of the resource.limit()Get the limit property: The maximum permitted usage of the resource.name()Get the name property: The name object of the resource.unit()Get the unit property: Unit of the usage result.voidvalidate()Validates the instance.
-
Constructor Details
-
UsageInner
public UsageInner()
-
-
Method Details
-
unit
Get the unit property: Unit of the usage result.- Returns:
- the unit value.
-
currentValue
Get the currentValue property: The current usage of the resource.- Returns:
- the currentValue value.
-
limit
Get the limit property: The maximum permitted usage of the resource.- Returns:
- the limit value.
-
name
Get the name property: The name object of the resource.- Returns:
- the name value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-