Interface DiskPool.UpdateStages.WithDisks

All Known Subinterfaces:
DiskPool.Update
Enclosing interface:
DiskPool.UpdateStages

public static interface DiskPool.UpdateStages.WithDisks
The stage of the DiskPool update allowing to specify disks.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the disks property: List of Azure Managed Disks to attach to a Disk Pool..
  • Method Details

    • withDisks

      DiskPool.Update withDisks(List<Disk> disks)
      Specifies the disks property: List of Azure Managed Disks to attach to a Disk Pool..
      Parameters:
      disks - List of Azure Managed Disks to attach to a Disk Pool.
      Returns:
      the next definition stage.