Compartir vía


KnownLinuxVirtualMachineImage Enum

  • java.lang.Object
    • java.lang.Enum<KnownLinuxVirtualMachineImage>
      • com.microsoft.azure.management.compute.KnownLinuxVirtualMachineImage

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()

public ImageReference imageReference()

Returns

the image reference

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