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 Details

    • UsagesResult

      public UsagesResult()
      Creates an instance of UsagesResult class.
  • Method Details

    • 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.