public final class OutputType extends com.azure.core.util.ExpandableStringEnum<OutputType>
| Modifier and Type | Field and Description |
|---|---|
static OutputType |
WORKSPACE
Static value Workspace for OutputType.
|
| Constructor and Description |
|---|
OutputType() |
| Modifier and Type | Method and Description |
|---|---|
static OutputType |
fromString(String name)
Creates or finds a OutputType from its string representation.
|
static Collection<OutputType> |
values() |
public static final OutputType WORKSPACE
public static OutputType fromString(String name)
name - a name to look for.public static Collection<OutputType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.