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