Interface GalleryImageVersion.DefinitionStages.WithImage
-
- All Known Subinterfaces:
GalleryImageVersion.Definition,GalleryImageVersion.DefinitionStages.Blank
- Enclosing interface:
- GalleryImageVersion.DefinitionStages
public static interface GalleryImageVersion.DefinitionStages.WithImageThe stage of the gallery image version definition allowing to specify parent image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImageVersion.DefinitionStages.WithLocationwithExistingImage(String resourceGroupName, String galleryName, String galleryImageName)Specifies the image container to hold this image version.
-
-
-
Method Detail
-
withExistingImage
GalleryImageVersion.DefinitionStages.WithLocation withExistingImage(String resourceGroupName, String galleryName, String galleryImageName)
Specifies the image container to hold this image version.- Parameters:
resourceGroupName- the name of the resource groupgalleryName- the name of the gallerygalleryImageName- the name of the gallery image- Returns:
- the next definition stage
-
-