Class ListClusters

java.lang.Object
com.azure.resourcemanager.cosmos.models.ListClusters

public final class ListClusters extends Object
List of managed Cassandra clusters.
  • Constructor Details

    • ListClusters

      public ListClusters()
      Creates an instance of ListClusters class.
  • Method Details

    • value

      public List<ClusterResourceInner> value()
      Get the value property: Container for the array of clusters.
      Returns:
      the value value.
    • withValue

      public ListClusters withValue(List<ClusterResourceInner> value)
      Set the value property: Container for the array of clusters.
      Parameters:
      value - the value value to set.
      Returns:
      the ListClusters object itself.
    • validate

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