Interface GalleryImage.DefinitionStages.WithGallery
-
- All Known Subinterfaces:
GalleryImage.Definition,GalleryImage.DefinitionStages.Blank
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithGalleryThe stage of the gallery image definition allowing to specify parent gallery it belongs to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithLocationwithExistingGallery(Gallery gallery)Specifies the gallery in which this image resides.GalleryImage.DefinitionStages.WithLocationwithExistingGallery(String resourceGroupName, String galleryName)Specifies the gallery in which this image resides.
-
-
-
Method Detail
-
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
GalleryImage.DefinitionStages.WithLocation withExistingGallery(Gallery gallery)
Specifies the gallery in which this image resides.- Parameters:
gallery- the gallery- Returns:
- the next definition stage
-
-