Class DataConnectionListResult


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

      • DataConnectionListResult

        public DataConnectionListResult()
    • Method Detail

      • value

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

        public DataConnectionListResult withValue​(List<DataConnectionInner> value)
        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.