Interface Snapshot.DefinitionStages.WithSku
-
- All Known Subinterfaces:
Snapshot.Definition,Snapshot.DefinitionStages.WithCreate
- Enclosing interface:
- Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithSkuThe stage of the snapshot definition allowing to choose account type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot.DefinitionStages.WithCreatewithSku(SnapshotSkuType sku)Specifies the SKU type.
-
-
-
Method Detail
-
withSku
Snapshot.DefinitionStages.WithCreate withSku(SnapshotSkuType sku)
Specifies the SKU type.- Parameters:
sku- SKU type- Returns:
- the next stage of the definition
-
-