Interface GalleryImage.DefinitionStages.WithDescription
-
- All Known Subinterfaces:
GalleryImage.Definition,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithDescriptionThe stage of the gallery image definition allowing to specify description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreatewithDescription(String description)Specifies description.
-
-
-
Method Detail
-
withDescription
GalleryImage.DefinitionStages.WithCreate withDescription(String description)
Specifies description.- Parameters:
description- the description of the gallery image- Returns:
- the next definition stage
-
-