Interface Snapshot.UpdateStages.WithSku
- All Known Subinterfaces:
Snapshot.Update
- Enclosing interface:
- Snapshot.UpdateStages
public static interface Snapshot.UpdateStages.WithSku
The stage of the managed snapshot update allowing to choose account type.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku
(DiskSkuTypes sku) Deprecated.withSku
(SnapshotSkuType sku) Specifies the SKU type.
-
Method Details
-
withSku
Deprecated.usewithSku(SnapshotSkuType)
instead.Specifies the SKU type.- Parameters:
sku
- SKU type- Returns:
- the next stage of the update
-
withSku
Specifies the SKU type.- Parameters:
sku
- SKU type- Returns:
- the next stage of the update
-
withSku(SnapshotSkuType)
instead.