Interface DiskPool.UpdateStages.WithSku

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

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

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: Determines the SKU of the Disk Pool.
  • Method Details

    • withSku

      DiskPool.Update withSku(Sku sku)
      Specifies the sku property: Determines the SKU of the Disk Pool.
      Parameters:
      sku - Determines the SKU of the Disk Pool.
      Returns:
      the next definition stage.