public final class OSType extends com.azure.core.util.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 for.public static Collection<OSType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.