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