Class ClusterListResult

java.lang.Object
com.azure.resourcemanager.loganalytics.models.ClusterListResult

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

    • ClusterListResult

      public ClusterListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of recommendations.
      Returns:
      the nextLink value.
    • withNextLink

      public ClusterListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of recommendations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ClusterListResult object itself.
    • value

      public List<ClusterInner> value()
      Get the value property: A list of Log Analytics clusters.
      Returns:
      the value value.
    • withValue

      public ClusterListResult withValue(List<ClusterInner> value)
      Set the value property: A list of Log Analytics 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.