Class ImageReference


  • public abstract class ImageReference
    extends Object
    • Method Detail

      • customImageId

        @Nullable
        public abstract String customImageId()
        Specifies the resource identifier of a virtual machine image in your subscription. This element is only used for virtual machine images, not platform images or marketplace images.
      • publisher

        @Nullable
        public abstract String publisher()
        The publisher of the image reference.
      • offer

        @Nullable
        public abstract String offer()
        The offer of the image reference.
      • sku

        @Nullable
        public abstract String sku()
        The sku of the image reference.
      • version

        @Nullable
        public abstract String version()
        The version of the image reference.
      • encodeFieldsToUniqueId

        public String encodeFieldsToUniqueId​(String location)
      • encodeFieldsToUniqueIdCustom

        public String encodeFieldsToUniqueIdCustom​(String location)