Class DataConnectionListResult

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

public final class DataConnectionListResult extends Object
The list Kusto data connections operation response.
  • Constructor Details

    • DataConnectionListResult

      public DataConnectionListResult()
  • Method Details

    • value

      public List<DataConnectionInner> value()
      Get the value property: The list of Kusto data connections.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of Kusto data connections.
      Parameters:
      value - the value value to set.
      Returns:
      the DataConnectionListResult object itself.
    • validate

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