Workspace.UpdateStages.WithSku Interface

public static interface Workspace.UpdateStages.WithSku

The stage of the Workspace update allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(Sku sku)

Specifies the sku property: The sku of the workspace..

Method Details

withSku

public abstract Workspace.Update withSku(Sku sku)

Specifies the sku property: The sku of the workspace..

Parameters:

sku - The sku of the workspace.

Returns:

the next definition stage.

Applies to