Class DiskPoolListResult

java.lang.Object
com.azure.resourcemanager.storagepool.models.DiskPoolListResult

public final class DiskPoolListResult extends Object
List of Disk Pools.
  • Constructor Details

    • DiskPoolListResult

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

    • value

      public List<DiskPoolInner> value()
      Get the value property: An array of Disk pool objects.
      Returns:
      the value value.
    • withValue

      public DiskPoolListResult withValue(List<DiskPoolInner> value)
      Set the value property: An array of Disk pool objects.
      Parameters:
      value - the value value to set.
      Returns:
      the DiskPoolListResult 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.