public enum DedicatedHostLicenseTypes extends Enum<DedicatedHostLicenseTypes>
| Enum Constant and Description |
|---|
NONE
Enum value None.
|
WINDOWS_SERVER_HYBRID
Enum value Windows_Server_Hybrid.
|
WINDOWS_SERVER_PERPETUAL
Enum value Windows_Server_Perpetual.
|
| Modifier and Type | Method and Description |
|---|---|
static DedicatedHostLicenseTypes |
fromString(String value)
Parses a serialized value to a DedicatedHostLicenseTypes instance.
|
String |
toString() |
static DedicatedHostLicenseTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedHostLicenseTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DedicatedHostLicenseTypes NONE
public static final DedicatedHostLicenseTypes WINDOWS_SERVER_HYBRID
public static final DedicatedHostLicenseTypes WINDOWS_SERVER_PERPETUAL
public static DedicatedHostLicenseTypes[] values()
public static DedicatedHostLicenseTypes 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 static DedicatedHostLicenseTypes fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<DedicatedHostLicenseTypes>Copyright © 2020 Microsoft Corporation. All rights reserved.