LicenseType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. LicenseType
- com.
- com.
public final class LicenseType
extends ExpandableStringEnum<LicenseType>
License Types.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
License |
WINDOWS_CLIENT
Static value Windows_Client for License |
Constructor Summary
| Constructor | Description |
|---|---|
| LicenseType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of License |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
License |
fromString(String name)
Creates or finds a License |
|
static
Collection<License |
values()
Gets known License |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
WINDOWS_CLIENT
public static final LicenseType WINDOWS_CLIENT
Static value Windows_Client for LicenseType.
Constructor Details
LicenseType
@Deprecated
public LicenseType()
Deprecated
Creates a new instance of LicenseType value.
Method Details
fromString
public static LicenseType fromString(String name)
Creates or finds a LicenseType from its string representation.
Parameters:
Returns:
values
public static Collection<LicenseType> values()
Gets known LicenseType values.
Returns: