Class ImageReference

java.lang.Object
org.jclouds.azurecompute.arm.domain.ImageReference

public abstract class ImageReference extends Object
  • Method Details

    • 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.
    • create

      public static ImageReference create(String id, String publisher, String offer, String sku, String version)
    • toBuilder

      public abstract ImageReference.Builder toBuilder()
    • builder

      public static ImageReference.Builder builder()
    • encodeFieldsToUniqueId

      public String encodeFieldsToUniqueId(String location)
    • encodeFieldsToUniqueIdCustom

      public String encodeFieldsToUniqueIdCustom(String location)