public enum KnownWindowsVirtualMachineImage extends Enum<KnownWindowsVirtualMachineImage>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
imageReference() |
String |
offer() |
String |
publisher() |
String |
sku() |
static KnownWindowsVirtualMachineImage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownWindowsVirtualMachineImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2008_R2_SP1
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2012_DATACENTER
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2012_R2_DATACENTER
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_2016_TECHNICAL_PREVIEW_WITH_CONTAINERS
public static final KnownWindowsVirtualMachineImage WINDOWS_SERVER_TECHNICAL_PREVIEW
public static KnownWindowsVirtualMachineImage[] values()
for (KnownWindowsVirtualMachineImage c : KnownWindowsVirtualMachineImage.values()) System.out.println(c);
public static KnownWindowsVirtualMachineImage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String publisher()
public String offer()
public String sku()
public ImageReference imageReference()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/