Class GalleryArtifactSource

java.lang.Object
com.microsoft.azure.management.compute.GalleryArtifactSource

public class GalleryArtifactSource extends Object
The source image from which the Image Version is going to be created.
  • Constructor Details

    • GalleryArtifactSource

      public GalleryArtifactSource()
  • Method Details

    • managedImage

      public ManagedArtifact managedImage()
      Get the managedImage value.
      Returns:
      the managedImage value
    • withManagedImage

      public GalleryArtifactSource withManagedImage(ManagedArtifact managedImage)
      Set the managedImage value.
      Parameters:
      managedImage - the managedImage value to set
      Returns:
      the GalleryArtifactSource object itself.