Class DiskPoolUpdateProperties

java.lang.Object
com.azure.resourcemanager.storagepool.fluent.models.DiskPoolUpdateProperties

public final class DiskPoolUpdateProperties extends Object
Properties for Disk Pool update request.
  • Constructor Details

    • DiskPoolUpdateProperties

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

    • disks

      public List<Disk> disks()
      Get the disks property: List of Azure Managed Disks to attach to a Disk Pool.
      Returns:
      the disks value.
    • withDisks

      public DiskPoolUpdateProperties withDisks(List<Disk> disks)
      Set the disks property: List of Azure Managed Disks to attach to a Disk Pool.
      Parameters:
      disks - the disks value to set.
      Returns:
      the DiskPoolUpdateProperties object itself.
    • validate

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