Class OutputType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OutputType>
-
- com.azure.resourcemanager.network.models.OutputType
-
public final class OutputType extends com.azure.core.util.ExpandableStringEnum<OutputType>
Defines values for OutputType.
-
-
Field Summary
Fields Modifier and Type Field Description static OutputTypeWORKSPACEStatic value Workspace for OutputType.
-
Constructor Summary
Constructors Constructor Description OutputType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutputTypefromString(String name)Creates or finds a OutputType from its string representation.static Collection<OutputType>values()
-
-
-
Field Detail
-
WORKSPACE
public static final OutputType WORKSPACE
Static value Workspace for OutputType.
-
-
Method Detail
-
fromString
public static OutputType fromString(String name)
Creates or finds a OutputType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OutputType.
-
values
public static Collection<OutputType> values()
- Returns:
- known OutputType values.
-
-