Interface SqlPool.UpdateStages.WithSku

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

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

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: Sku
  • Method Details

    • withSku

      SqlPool.Update withSku(Sku sku)
      Specifies the sku property: Sku

      SQL pool SKU.

      Parameters:
      sku - Sku

      SQL pool SKU.

      Returns:
      the next definition stage.