public final class ProviderStackOsType extends com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
| Modifier and Type | Field and Description |
|---|---|
static ProviderStackOsType |
ALL
Static value All for ProviderStackOsType.
|
static ProviderStackOsType |
LINUX
Static value Linux for ProviderStackOsType.
|
static ProviderStackOsType |
WINDOWS
Static value Windows for ProviderStackOsType.
|
| Constructor and Description |
|---|
ProviderStackOsType() |
| Modifier and Type | Method and Description |
|---|---|
static ProviderStackOsType |
fromString(String name)
Creates or finds a ProviderStackOsType from its string representation.
|
static Collection<ProviderStackOsType> |
values() |
public static final ProviderStackOsType WINDOWS
public static final ProviderStackOsType LINUX
public static final ProviderStackOsType ALL
public static ProviderStackOsType fromString(String name)
name - a name to look for.public static Collection<ProviderStackOsType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.