Class BigDataPoolResourceInfoListResult

java.lang.Object
com.azure.resourcemanager.synapse.models.BigDataPoolResourceInfoListResult

public final class BigDataPoolResourceInfoListResult extends Object
Collection of Big Data pools

Collection of Big Data pool information.

  • Constructor Details

    • BigDataPoolResourceInfoListResult

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

    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next page of results.
      Returns:
      the nextLink value.
    • withNextLink

      public BigDataPoolResourceInfoListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next page of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the BigDataPoolResourceInfoListResult object itself.
    • value

      Get the value property: List of Big Data pools.
      Returns:
      the value value.
    • withValue

      Set the value property: List of Big Data pools.
      Parameters:
      value - the value value to set.
      Returns:
      the BigDataPoolResourceInfoListResult object itself.
    • validate

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