Class DataLakeAnalyticsAccountListResult

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.DataLakeAnalyticsAccountListResult

public final class DataLakeAnalyticsAccountListResult extends Object
Data Lake Analytics account list information.
  • Constructor Details

    • DataLakeAnalyticsAccountListResult

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

    • value

      Get the value property: The results of the list operation.
      Returns:
      the value value.
    • count

      public Integer count()
      Get the count property: The current number of data lake analytics accounts under this subscription.
      Returns:
      the count 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.