مشاركة عبر


Cluster.DefinitionStages.WithSku Interface

public static interface Cluster.DefinitionStages.WithSku

The stage of the Cluster definition allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSku(ClusterSku sku)

Specifies the sku property: The SKU of the cluster.

Method Details

withSku

public abstract Cluster.DefinitionStages.WithCreate 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.

Applies to