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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java