Class ScriptListResult

java.lang.Object
com.azure.resourcemanager.kusto.models.ScriptListResult

public final class ScriptListResult extends Object
The list Kusto database script operation response.
  • Constructor Details

    • ScriptListResult

      public ScriptListResult()
  • Method Details

    • value

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

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

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