GalleryImageVersion.DefinitionStages.WithImage Interface
public static interface GalleryImageVersion.DefinitionStages.WithImage
The stage of the gallery image version definition allowing to specify parent image.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingImage(String resourceGroupName, String galleryName, String galleryImageName)
Specifies the image container to hold this image version. |
Method Details
withExistingImage
public abstract 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 group
galleryName
- the name of the gallery
galleryImageName
- the name of the gallery image
Returns:
the next definition stage
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java