KnownLinuxVirtualMachineImage Enum
- java.
lang. Object - java.
lang. Enum<KnownLinuxVirtualMachineImage> - com.
microsoft. azure. management. compute. KnownLinuxVirtualMachineImage
- com.
- java.
public enum KnownLinuxVirtualMachineImage
The popular Azure Linux images.
Fields
CENTOS_7_2 |
CentOS 7.2. |
DEBIAN_8 |
Debian 8. |
OPENSUSE_LEAP_42_1 |
OpenSUSE-Leap 42.1. |
SLES_12_SP1 |
SLES 12-SP1. |
UBUNTU_SERVER_14_04_LTS |
UbuntuServer 14.04LTS. |
UBUNTU_SERVER_16_04_LTS |
UbuntuServer 16.04LTS. |
Methods
imageReference()
offer()
public String offer()
Returns
String
the name of the image offer
publisher()
public String publisher()
Returns
String
the name of the image publisher
sku()
public String sku()
Returns
String
the name of the image SKU
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java