Enum KnownLinuxVirtualMachineImage
java.lang.Object
java.lang.Enum<KnownLinuxVirtualMachineImage>
com.azure.resourcemanager.compute.models.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 ConstantsEnum ConstantDescriptionCentOS 8.1.CentOS 8.3.Debian 10.Debian 9.OpenSUSE-Leap 15.Deprecated.use OPENSUSE_LEAP_15.Oracle Linux 8.1.RedHat RHEL 8.2.SLES 15.Deprecated.use SLES_15.UbuntuServer 16.04LTS.UbuntuServer 18.04LTS.UbuntuServer 18.04LTS Gen2.UbuntuServer 20.04LTS.UbuntuServer 20.04LTS Gen2. -
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 KnownLinuxVirtualMachineImage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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. -
CENTOS_8_3
CentOS 8.3. -
OPENSUSE_LEAP_15_1
Deprecated.use OPENSUSE_LEAP_15.OpenSUSE-Leap 15.1. -
OPENSUSE_LEAP_15
OpenSUSE-Leap 15. -
SLES_15_SP1
Deprecated.use SLES_15.SLES 15-SP1-gen1. -
SLES_15
SLES 15. -
REDHAT_RHEL_8_2
RedHat RHEL 8.2. -
ORACLE_LINUX_8_1
Oracle Linux 8.1. -
UBUNTU_SERVER_18_04_LTS_GEN2
UbuntuServer 18.04LTS Gen2. -
UBUNTU_SERVER_20_04_LTS
UbuntuServer 20.04LTS. -
UBUNTU_SERVER_20_04_LTS_GEN2
UbuntuServer 20.04LTS Gen2.
-
-
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
Gets the name of the image offer.- Returns:
- the name of the image offer
-
sku
Gets the name of the image SKU.- Returns:
- the name of the image SKU
-
imageReference
Gets the image reference.- Returns:
- the image reference
-