Interface Workspace.DefinitionStages.WithSku
- All Known Subinterfaces:
Workspace.Definition,Workspace.DefinitionStages.WithCreate
- Enclosing interface:
- Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithSku
The stage of the Workspace definition allowing to specify sku.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku(WorkspaceSku sku) Specifies the sku property: The SKU of the workspace..
-
Method Details
-
withSku
Specifies the sku property: The SKU of the workspace..- Parameters:
sku- The SKU of the workspace.- Returns:
- the next definition stage.
-