Class KustoPoolListResultInner

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.KustoPoolListResultInner

public final class KustoPoolListResultInner extends Object
The list Kusto pools operation response.
  • Constructor Details

    • KustoPoolListResultInner

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

    • value

      public List<KustoPoolInner> value()
      Get the value property: The list of Kusto pools.
      Returns:
      the value value.
    • withValue

      public KustoPoolListResultInner withValue(List<KustoPoolInner> value)
      Set the value property: The list of Kusto pools.
      Parameters:
      value - the value value to set.
      Returns:
      the KustoPoolListResultInner object itself.
    • validate

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