Interface GalleryImage.DefinitionStages.WithTags
-
- All Known Subinterfaces:
GalleryImage.Definition,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithTagsThe stage of the gallery image definition allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreatewithTags(Map<String,String> tags)Specifies tags.
-
-
-
Method Detail
-
withTags
GalleryImage.DefinitionStages.WithCreate withTags(Map<String,String> tags)
Specifies tags.- Parameters:
tags- resource tags- Returns:
- the next definition stage
-
-