public enum KnownWindowsVirtualMachineImage extends Enum<KnownWindowsVirtualMachineImage>
Enum Constant and Description |
---|
WINDOWS_DESKTOP_10_20H1_PRO
Windows 10 2020 H1 Pro
|
WINDOWS_SERVER_2012_R2_DATACENTER
Windows Server 2012 R2 Data center.
|
WINDOWS_SERVER_2016_DATACENTER
Windows Server 2016 Data center.
|
WINDOWS_SERVER_2019_DATACENTER
Windows Server 2019 Data center.
|
WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS
Windows Server 2019 Data center with containers.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
imageReference() |
String |
offer() |
String |
publisher() |
String |
sku() |
static KnownWindowsVirtualMachineImage |
valueOf(String name)
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.
|
public static final KnownWindowsVirtualMachineImage WINDOWS_DESKTOP_10_20H1_PRO
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2016_DATACENTER
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2012_R2_DATACENTER
public static KnownWindowsVirtualMachineImage[] values()
public static KnownWindowsVirtualMachineImage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String publisher()
public String offer()
public String sku()
public ImageReference imageReference()
Copyright © 2020 Microsoft Corporation. All rights reserved.