Enum Class KnownLinuxVirtualMachineImage
java.lang.Object
java.lang.Enum<KnownLinuxVirtualMachineImage>
com.microsoft.azure.management.compute.KnownLinuxVirtualMachineImage
- All Implemented Interfaces:
Serializable
,Comparable<KnownLinuxVirtualMachineImage>
,java.lang.constant.Constable
The popular Azure Linux images.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCentOS 8.1.Debian 10.Debian 9.OpenSUSE-Leap 15.1.Oracle Linux 8.1.RedHat RHEL 8.2.SLES 15-SP1-gen1.UbuntuServer 14.04LTS.UbuntuServer 16.04LTS.UbuntuServer 18.04LTS. -
Method Summary
Modifier and TypeMethodDescriptionoffer()
sku()
Returns the enum constant of this class with the specified name.static KnownLinuxVirtualMachineImage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UBUNTU_SERVER_14_04_LTS
UbuntuServer 14.04LTS. -
UBUNTU_SERVER_16_04_LTS
UbuntuServer 16.04LTS. -
UBUNTU_SERVER_18_04_LTS
UbuntuServer 18.04LTS. -
DEBIAN_9
Debian 9. -
DEBIAN_10
Debian 10. -
CENTOS_8_1
CentOS 8.1. -
OPENSUSE_LEAP_15_1
OpenSUSE-Leap 15.1. -
SLES_15_SP1
SLES 15-SP1-gen1. -
REDHAT_RHEL_8_2
RedHat RHEL 8.2. -
ORACLE_LINUX_8_1
Oracle Linux 8.1.
-
-
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
-