public final class LicenseType extends com.microsoft.rest.ExpandableStringEnum<LicenseType>
| Modifier and Type | Field and Description |
|---|---|
static LicenseType |
NONE
Static value None for LicenseType.
|
static LicenseType |
WINDOWS_SERVER
Static value Windows_Server for LicenseType.
|
| Constructor and Description |
|---|
LicenseType() |
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
fromString(String name)
Creates or finds a LicenseType from its string representation.
|
static Collection<LicenseType> |
values() |
public static final LicenseType NONE
public static final LicenseType WINDOWS_SERVER
public static LicenseType fromString(String name)
name - a name to look forpublic static Collection<LicenseType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/