共用方式為


CloudHsmCluster.DefinitionStages.WithSku Interface

public static interface CloudHsmCluster.DefinitionStages.WithSku

The stage of the CloudHsmCluster definition allowing to specify sku.

Method Summary

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

Specifies the sku property: SKU details.

Method Details

withSku

public abstract CloudHsmCluster.DefinitionStages.WithCreate withSku(CloudHsmClusterSku sku)

Specifies the sku property: SKU details.

Parameters:

sku - SKU details.

Returns:

the next definition stage.

Applies to