Partilhar via


DedicatedHostLicenseTypes Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.compute.models.DedicatedHostLicenseTypes

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

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
the serialized value to parse.

Returns

the parsed DedicatedHostLicenseTypes object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static DedicatedHostLicenseTypes valueOf(String name)

Parameters

name
String

Returns

values()

public static DedicatedHostLicenseTypes[] values()

Returns

Applies to