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