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