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 LINUX
public static final OSType WINDOWS
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.
*/