Interface GalleryImage.UpdateStages.WithOsState
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithOsState
The stage of the gallery image update allowing to specify OsState.
-
Method Summary
Modifier and TypeMethodDescriptionwithOsState
(OperatingSystemStateTypes osState) Specifies osState.
-
Method Details
-
withOsState
Specifies osState.- Parameters:
osState
- the OS State.- Returns:
- the next update stage
-