Interface GalleryImage.DefinitionStages.WithGallery
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.Blank
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithGallery
The stage of the gallery image definition allowing to specify parent gallery it belongs to.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingGallery
(Gallery gallery) Specifies the gallery in which this image resides.withExistingGallery
(String resourceGroupName, String galleryName) Specifies the gallery in which this image resides.
-
Method Details
-
withExistingGallery
GalleryImage.DefinitionStages.WithLocation withExistingGallery(String resourceGroupName, String galleryName) Specifies the gallery in which this image resides.- Parameters:
resourceGroupName
- The name of the resource groupgalleryName
- The name of the gallery- Returns:
- the next definition stage
-
withExistingGallery
Specifies the gallery in which this image resides.- Parameters:
gallery
- the gallery- Returns:
- the next definition stage
-