Enum WindowsVersion
The Windows version to use for the WindowsImage.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum WindowsVersion
Syntax (vb)
Public Enum WindowsVersion
Remarks
ExampleMetadata: lit=aws-autoscaling/test/example.images.lit.ts infused
Examples
// Pick a Windows edition to use
var windows = new WindowsImage(WindowsVersion.WINDOWS_SERVER_2019_ENGLISH_FULL_BASE);
// Pick the right Amazon Linux edition. All arguments shown are optional
// and will default to these values when omitted.
var amznLinux = new AmazonLinuxImage(new AmazonLinuxImageProps {
Generation = AmazonLinuxGeneration.AMAZON_LINUX,
Edition = AmazonLinuxEdition.STANDARD,
Virtualization = AmazonLinuxVirt.HVM,
Storage = AmazonLinuxStorage.GENERAL_PURPOSE
});
// For other custom (Linux) images, instantiate a `GenericLinuxImage` with
// a map giving the AMI to in for each region:
var linux = new GenericLinuxImage(new Dictionary<string, string> {
{ "us-east-1", "ami-97785bed" },
{ "eu-west-1", "ami-12345678" }
});
Synopsis
Fields
Fields
| Name | Description |
|---|---|
| WINDOWS_SERVER_1709_ENGLISH_CORE_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_1709_ENGLISH_CORE_CONTAINERSLATEST | 1709 - Start. |
| WINDOWS_SERVER_1803_ENGLISH_CORE_BASE | 1803 - Start. |
| WINDOWS_SERVER_1803_ENGLISH_CORE_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_1809_ENGLISH_CORE_BASE | 1809 - Start. |
| WINDOWS_SERVER_1809_ENGLISH_CORE_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_ENGLISH_32BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_32BIT_BASE | 2003 - Start. |
| WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2007_R2_SP1_LANGUAGE_PACKS_64BIT_BASE | 2007 - Start. |
| WINDOWS_SERVER_2008_R2_SP1_CHINESE_HONG_KONG_SAR_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_CHINESE_PRC_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_61BIT_SQL_2012_RTM_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE_SQL_2012_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SHAREPOINT_2010_SP2_FOUNDATION | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_KOREAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_R2_SP1_PORTUGUESE_BRAZIL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_SP2_ENGLISH_32BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_EXPRESS | 2008 - Start. |
| WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2008_SP2_PORTUGUESE_BRAZIL_32BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_ENGLISH_STIG_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_ENGLISH_STIG_FULL | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_CHINESE_SIMPLIFIED_64BIT_BASE | 2012 - Start. |
| WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_HONG_KONG_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_CZECH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_DUTCH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_HYPERV | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_DEEP_LEARNING | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ENGLISH_P3 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_FRENCH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_GERMAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_HUNGARIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_ITALIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_KOREAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_POLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_BRAZIL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_RUSSIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_SPANISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_SWEDISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_RTM_TURKISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_R2_SP1_PORTUGUESE_BRAZIL_64BIT_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_CHINESE_SIMPLIFIED_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_HONG_KONG_SAR_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_CZECH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_DUTCH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_2014_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2007_R2_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_FRENCH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_GERMAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_HUNGARIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_ITALIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_2012_SP4_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_KOREAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_POLISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_PORTUGUESE_BRAZIL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_RUSSIAN_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_SPANISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_SWEDISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_RTM_TURKISH_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2012_SP2_PORTUGUESE_BRAZIL_64BIT_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_CHINESE_SIMPLIFIED_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_CHINESE_TRADITIONAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_CZECH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_DUTCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERS | 2016 - Start. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_DEEP_LEARNING | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_CONTAINERS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_ECS_OPTIMIZED | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_HYPERV | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_P3 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_STIG_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_STIG_FULL | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ENGLISH_TESLA | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_FRENCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_GERMAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_HUNGARIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_ITALIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_FQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_KOREAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP1_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_POLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_PORTUGUESE_BRAZIL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_PORTUGUESE_PORTUGAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_RUSSIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_SPANISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_SWEDISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2016_TURKISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_CHINESE_SIMPLIFIED_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_CHINESE_TRADITIONAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_CZECH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_DUTCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_ECS_OPTIMIZED | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_22 | EKS Optimized - Start. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_23 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_24 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_25 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_26 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_27 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_28 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_DEEP_LEARNING | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_ECS_OPTIMIZED | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_22 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_23 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_24 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_25 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_26 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_27 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_28 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_HYPERV | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_WEB | 2019 - Start. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_STIG_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_STIG_FULL | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ENGLISH_TESLA | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_FRENCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_GERMAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_HUNGARIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_ITALIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_KOREAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_POLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_PORTUGUESE_BRAZIL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_PORTUGUESE_PORTUGAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_RUSSIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_SPANISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_SWEDISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2019_TURKISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_CHINESE_SIMPLIFIED_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_CHINESE_TRADITIONAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_CZECH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_DUTCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_ECS_OPTIMIZED | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_23 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_24 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_25 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_26 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_27 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_28 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_CONTAINERSLATEST | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_ECS_OPTIMIZED | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_23 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_24 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_25 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_26 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_27 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_28 | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_STIG_CORE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ENGLISH_STIG_FULL | 2022 - Start. |
| WINDOWS_SERVER_2022_FRENCH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_GERMAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_HUNGARIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_ITALIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_KOREAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_POLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_PORTUGUESE_BRAZIL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_PORTUGUESE_PORTUGAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_RUSSIAN_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_SPANISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_SWEDISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2022_TURKISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_CHINESE_SIMPLIFIED_FULL_BASE | 2025 - Start. |
| WINDOWS_SERVER_2025_CHINESE_TRADITIONAL_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_CORE_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_FULL_SQL_2022_ENTERPRISE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_FULL_SQL_2022_EXPRESS | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_FULL_SQL_2022_STANDARD | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_ENGLISH_FULL_SQL_2022_WEB | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_JAPANESE_FULL_BASE | The Windows version to use for the WindowsImage. |
| WINDOWS_SERVER_2025_KOREAN_FULL_BASE | The Windows version to use for the WindowsImage. |