Class GalleryArtifactSource
java.lang.Object
com.microsoft.azure.management.compute.GalleryArtifactSource
The source image from which the Image Version is going to be created.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the managedImage value.withManagedImage
(ManagedArtifact managedImage) Set the managedImage value.
-
Constructor Details
-
GalleryArtifactSource
public GalleryArtifactSource()
-
-
Method Details
-
managedImage
Get the managedImage value.- Returns:
- the managedImage value
-
withManagedImage
Set the managedImage value.- Parameters:
managedImage
- the managedImage value to set- Returns:
- the GalleryArtifactSource object itself.
-