Enum Class KnownWindowsVirtualMachineImage
java.lang.Object
java.lang.Enum<KnownWindowsVirtualMachineImage>
com.microsoft.azure.management.compute.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 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionWindows 10 2020 H1 Pro.Windows Server 2012 R2 Data center.Windows Server 2016 Data center.Windows Server 2019 Data center.Windows Server 2019 Data center with containers. -
Method Summary
Modifier and TypeMethodDescriptionoffer()
sku()
Returns the enum constant of this class with the specified name.static KnownWindowsVirtualMachineImage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WINDOWS_DESKTOP_10_20H1_PRO
Windows 10 2020 H1 Pro. -
WINDOWS_SERVER_2019_DATACENTER
Windows Server 2019 Data center. -
WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS
Windows Server 2019 Data center with containers. -
WINDOWS_SERVER_2016_DATACENTER
Windows Server 2016 Data center. -
WINDOWS_SERVER_2012_R2_DATACENTER
Windows Server 2012 R2 Data center.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
publisher
- Returns:
- the name of the image publisher
-
offer
- Returns:
- the name of the image offer
-
sku
- Returns:
- the name of the image SKU
-
imageReference
- Returns:
- the image reference
-