DedicatedHostLicenseTypes Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. compute. models. DedicatedHostLicenseTypes
- com.
- java.
public enum DedicatedHostLicenseTypes
extends Enum<DedicatedHostLicenseTypes>
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: **None,** **Windows_Server_Hybrid,** **Windows_Server_Perpetual.** The default value is: **None.**.
Fields
NONE |
Enum value None. |
WINDOWS_SERVER_HYBRID |
Enum value Windows_Server_Hybrid. |
WINDOWS_SERVER_PERPETUAL |
Enum value Windows_Server_Perpetual. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static DedicatedHostLicenseTypes fromString(String value)
Parses a serialized value to a DedicatedHostLicenseTypes instance.
Parameters
- value
- String
Returns
the parsed DedicatedHostLicenseTypes object, or null if unable to parse.