Class UsageListResult

java.lang.Object
com.azure.resourcemanager.automation.models.UsageListResult

public final class UsageListResult extends Object
The response model for the get usage operation.
  • Constructor Details

    • UsageListResult

      public UsageListResult()
  • Method Details

    • value

      public List<UsageInner> value()
      Get the value property: Gets or sets usage.
      Returns:
      the value value.
    • withValue

      public UsageListResult withValue(List<UsageInner> value)
      Set the value property: Gets or sets usage.
      Parameters:
      value - the value value to set.
      Returns:
      the UsageListResult object itself.
    • validate

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