Class ClusterListResult


  • public final class ClusterListResult
    extends Object
    The list Kusto clusters operation response.
    • Constructor Detail

      • ClusterListResult

        public ClusterListResult()
    • Method Detail

      • value

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

        public ClusterListResult withValue​(List<ClusterInner> value)
        Set the value property: The list of Kusto clusters.
        Parameters:
        value - the value value to set.
        Returns:
        the ClusterListResult object itself.
      • validate

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