Enum KnownWindowsVirtualMachineImage

java.lang.Object
java.lang.Enum<KnownWindowsVirtualMachineImage>
com.azure.resourcemanager.compute.models.KnownWindowsVirtualMachineImage
All Implemented Interfaces:
Serializable, Comparable<KnownWindowsVirtualMachineImage>, java.lang.constant.Constable

public enum KnownWindowsVirtualMachineImage extends Enum<KnownWindowsVirtualMachineImage>
The popular Azure Windows images.
  • Enum Constant Details

    • WINDOWS_DESKTOP_10_20H1_PRO

      @Deprecated public static final KnownWindowsVirtualMachineImage WINDOWS_DESKTOP_10_20H1_PRO
      Deprecated.
      The image for Windows 10 2020 H1 Pro has been removed form Azure image gallery.
      Windows 10 2020 H1 Pro
    • WINDOWS_SERVER_2019_DATACENTER

      public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER
      Windows Server 2019 Data center.
    • WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS

      @Deprecated public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS
      Deprecated.
      On May 23rd, 2023, Microsoft was contractually obligated to remove all “*-with-Containers-*” VM images from Azure image gallery.
      Windows Server 2019 Data center with containers.
    • WINDOWS_SERVER_2016_DATACENTER

      public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2016_DATACENTER
      Windows Server 2016 Data center.
    • WINDOWS_SERVER_2012_R2_DATACENTER

      public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2012_R2_DATACENTER
      Windows Server 2012 R2 Data center.
    • WINDOWS_SERVER_2019_DATACENTER_GEN2

      public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER_GEN2
      Windows Server 2019 Data center gen2.
    • WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS_GEN2

      @Deprecated public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS_GEN2
      Deprecated.
      On May 23rd, 2023, Microsoft was contractually obligated to remove all “*-with-Containers-*” VM images from Azure image gallery.
      Windows Server 2019 Data center with containers gen2.
    • WINDOWS_SERVER_2016_DATACENTER_GEN2

      public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2016_DATACENTER_GEN2
      Windows Server 2016 Data center gen2.
    • WINDOWS_DESKTOP_10_21H2_PRO_GEN2

      public static final KnownWindowsVirtualMachineImage WINDOWS_DESKTOP_10_21H2_PRO_GEN2
      Windows 10 2021 H2 Pro gen2.
    • WINDOWS_DESKTOP_10_PRO

      public static final KnownWindowsVirtualMachineImage WINDOWS_DESKTOP_10_PRO
      Windows desktop 10 pro.
  • Method Details

    • values

      public static KnownWindowsVirtualMachineImage[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static KnownWindowsVirtualMachineImage valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • publisher

      public String publisher()
      Gets the name of the image publisher.
      Returns:
      the name of the image publisher
    • offer

      public String offer()
      Gets the name of the image offer.
      Returns:
      the name of the image offer
    • sku

      public String sku()
      Gets the name of the image SKU.
      Returns:
      the name of the image SKU
    • imageReference

      public ImageReference imageReference()
      Gets the image reference.
      Returns:
      the image reference