GalleryImage.DefinitionStages.WithGallery Interface
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 Type | Method and Description |
---|---|
abstract
With |
withExistingGallery(Gallery gallery)
Specifies the gallery in which this image resides. |
abstract
With |
withExistingGallery(String resourceGroupName, String galleryName)
Specifies the gallery in which this image resides. |
Method Details
withExistingGallery
public abstract GalleryImage.DefinitionStages.WithLocation withExistingGallery(Gallery gallery)
Specifies the gallery in which this image resides.
Parameters:
Returns:
withExistingGallery
public abstract GalleryImage.DefinitionStages.WithLocation withExistingGallery(String resourceGroupName, String galleryName)
Specifies the gallery in which this image resides.
Parameters:
Returns:
Applies to
Azure SDK for Java