Interface GalleryImage.UpdateStages.WithEula
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithEulaThe stage of the gallery image update allowing to specify Eula.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithEula(String eula)Specifies eula.
-
-
-
Method Detail
-
withEula
GalleryImage.Update withEula(String eula)
Specifies eula.- Parameters:
eula- the Eula agreement for the gallery image- Returns:
- the next update stage
-
-