Interface GalleryImage.UpdateStages.WithOsState
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithOsStateThe stage of the gallery image update allowing to specify OsState.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithOsState(OperatingSystemStateTypes osState)Specifies osState.
-
-
-
Method Detail
-
withOsState
GalleryImage.Update withOsState(OperatingSystemStateTypes osState)
Specifies osState.- Parameters:
osState- the OS State.- Returns:
- the next update stage
-
-