Interface GalleryImageVersion.UpdateStages.WithTags
-
- All Known Subinterfaces:
GalleryImageVersion.Update
- Enclosing interface:
- GalleryImageVersion.UpdateStages
public static interface GalleryImageVersion.UpdateStages.WithTagsThe stage of the gallery image version update allowing to specify Tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImageVersion.UpdatewithTags(Map<String,String> tags)Specifies tags.
-
-
-
Method Detail
-
withTags
GalleryImageVersion.Update withTags(Map<String,String> tags)
Specifies tags.- Parameters:
tags- resource tags- Returns:
- the next update stage
-
-