Class BillingProfileListResult

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

public final class BillingProfileListResult extends Object
The list of billing profiles.
  • Constructor Details

    • BillingProfileListResult

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

    • value

      public List<BillingProfileInner> value()
      Get the value property: The list of billing profiles.
      Returns:
      the value value.
    • totalCount

      public Integer totalCount()
      Get the totalCount property: Total number of records.
      Returns:
      the totalCount 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.