Interface Cluster.UpdateStages.WithSku

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

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

    Modifier and Type
    Method
    Description
    Specifies the sku property: The SKU of the cluster..
  • Method Details

    • withSku

      Cluster.Update withSku(AzureSku sku)
      Specifies the sku property: The SKU of the cluster..
      Parameters:
      sku - The SKU of the cluster.
      Returns:
      the next definition stage.