Class OutputType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OutputType>
com.azure.resourcemanager.network.models.OutputType
Connection monitor output destination type. Currently, only "Workspace" is supported.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutputTypefromString(String name) Creates or finds a OutputType from its string representation.static Collection<OutputType>values()Gets known OutputType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WORKSPACE
Static value Workspace for OutputType.
-
-
Constructor Details
-
OutputType
Deprecated.Use thefromString(String)factory method.Creates a new instance of OutputType value.
-
-
Method Details
-
fromString
Creates or finds a OutputType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OutputType.
-
values
Gets known OutputType values.- Returns:
- known OutputType values.
-
fromString(String)factory method.