Class RecoverableSqlPoolListResult

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

public final class RecoverableSqlPoolListResult extends Object
The response to a list recoverable sql pools request.
  • Constructor Details

    • RecoverableSqlPoolListResult

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

    • value

      public List<RecoverableSqlPoolInner> value()
      Get the value property: A list of recoverable sql pool.
      Returns:
      the value value.
    • nextLink

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

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