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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cluster.Update
withSku(ClusterSku sku)
Specifies the sku property: The SKU of the cluster.
-
-
-
Method Detail
-
withSku
Cluster.Update withSku(ClusterSku sku)
Specifies the sku property: The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests..- Parameters:
sku
- The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.- Returns:
- the next definition stage.
-
-