Class ListUsagesResult

java.lang.Object
com.azure.resourcemanager.labservices.models.ListUsagesResult

public final class ListUsagesResult extends Object
List of Core Usages.
  • Constructor Details

    • ListUsagesResult

      public ListUsagesResult()
  • Method Details

    • value

      public List<UsageInner> value()
      Get the value property: The array page of Usages.
      Returns:
      the value value.
    • withValue

      public ListUsagesResult withValue(List<UsageInner> value)
      Set the value property: The array page of Usages.
      Parameters:
      value - the value value to set.
      Returns:
      the ListUsagesResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to get the next page of Usage result.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.