Interface Snapshot.UpdateStages.WithSku
-
- All Known Subinterfaces:
Snapshot.Update
- Enclosing interface:
- Snapshot.UpdateStages
public static interface Snapshot.UpdateStages.WithSkuThe stage of the managed snapshot update allowing to choose account type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot.UpdatewithSku(SnapshotSkuType sku)Specifies the SKU type.
-
-
-
Method Detail
-
withSku
Snapshot.Update withSku(SnapshotSkuType sku)
Specifies the SKU type.- Parameters:
sku- SKU type- Returns:
- the next stage of the update
-
-