Class ElasticSanList

java.lang.Object
com.azure.resourcemanager.elasticsan.models.ElasticSanList

public final class ElasticSanList extends Object
List of Elastic Sans.
  • Constructor Details

    • ElasticSanList

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

    • value

      public List<ElasticSanInner> value()
      Get the value property: An array of Elastic San objects.
      Returns:
      the value value.
    • withValue

      public ElasticSanList withValue(List<ElasticSanInner> value)
      Set the value property: An array of Elastic San objects.
      Parameters:
      value - the value value to set.
      Returns:
      the ElasticSanList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URI to fetch the next section of the paginated response.
      Returns:
      the nextLink value.
    • validate

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