Class ImageTemplateManagedImageSource


  • public final class ImageTemplateManagedImageSource
    extends ImageTemplateSource
    Describes an image source that is a managed image in customer subscription. This image must reside in the same subscription and region as the Image Builder template.
    • Constructor Detail

      • ImageTemplateManagedImageSource

        public ImageTemplateManagedImageSource()
    • Method Detail

      • imageId

        public String imageId()
        Get the imageId property: ARM resource id of the managed image in customer subscription.
        Returns:
        the imageId value.
      • withImageId

        public ImageTemplateManagedImageSource withImageId​(String imageId)
        Set the imageId property: ARM resource id of the managed image in customer subscription.
        Parameters:
        imageId - the imageId value to set.
        Returns:
        the ImageTemplateManagedImageSource object itself.