Class UsageListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.models.UsageListResult
-
public final class UsageListResult extends Object
The response containing the usage data.
-
-
Constructor Summary
Constructors Constructor Description UsageListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<UsageInner>value()Get the value property: The usage data.
-
-
-
Method Detail
-
value
public List<UsageInner> value()
Get the value property: The usage data.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-