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
The popular Azure Windows images.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.The image for Windows 10 2020 H1 Pro has been removed form Azure image gallery.Windows 10 2021 H2 Pro gen2.Windows desktop 10 pro.Deprecated.The image for Windows Server 2012 R2 DataCenter has been removed form Azure image gallery.Windows Server 2016 Data center.Windows Server 2016 Data center gen2.Windows Server 2019 Data center.Windows Server 2019 Data center gen2.Deprecated.On May 23rd, 2023, Microsoft was contractually obligated to remove all “*-with-Containers-*” VM images from Azure image gallery.Deprecated.On May 23rd, 2023, Microsoft was contractually obligated to remove all “*-with-Containers-*” VM images from Azure image gallery. -
Method Summary
Modifier and TypeMethodDescriptionGets the image reference.offer()Gets the name of the image offer.Gets the name of the image publisher.sku()Gets the name of the image SKU.Returns the enum constant of this type with the specified name.static KnownWindowsVirtualMachineImage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
Windows Server 2019 Data center. -
WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS
@Deprecated public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERSDeprecated.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
Windows Server 2016 Data center. -
WINDOWS_SERVER_2012_R2_DATACENTER
Deprecated.The image for Windows Server 2012 R2 DataCenter has been removed form Azure image gallery. See New options for Windows Server 2012/R2 end of support from AzureWindows Server 2012 R2 Data center. -
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_GEN2Deprecated.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
Windows Server 2016 Data center gen2. -
WINDOWS_DESKTOP_10_21H2_PRO_GEN2
Windows 10 2021 H2 Pro gen2. -
WINDOWS_DESKTOP_10_PRO
Windows desktop 10 pro.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
publisher
Gets the name of the image publisher.- Returns:
- the name of the image publisher
-
offer
-
sku
-
imageReference
-