Class BillingAccountListResult

java.lang.Object
com.azure.resourcemanager.billing.models.BillingAccountListResult

public final class BillingAccountListResult extends Object
The list of billing accounts.
  • Constructor Details

    • BillingAccountListResult

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

    • value

      public List<BillingAccountInner> value()
      Get the value property: The list of billing accounts.
      Returns:
      the value value.
    • nextLink

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

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