Class UsagesResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.UsagesResult
-
public final class UsagesResult extends Object
The response to a list usage request.
-
-
Constructor Summary
Constructors Constructor Description UsagesResult()
-
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 list of usages for the database.
-
-
-
Method Detail
-
value
public List<UsageInner> value()
Get the value property: The list of usages for the database. A usage is a point in time metric.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-