次の方法で共有


KnownWindowsVirtualMachineImage Enum

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

public enum KnownWindowsVirtualMachineImage

The popular Azure Windows images.

Fields

WINDOWS_SERVER_2008_R2_SP1

Windows Server 2008 R2 SP1.

WINDOWS_SERVER_2012_DATACENTER

Windows Server 2012 Data center.

WINDOWS_SERVER_2012_R2_DATACENTER

Windows Server 2012 R2 Data center.

WINDOWS_SERVER_2016_TECHNICAL_PREVIEW_WITH_CONTAINERS

Windows Server 2016 technical preview with container support.

WINDOWS_SERVER_TECHNICAL_PREVIEW

Windows Server 2016 technical preview.

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