Class HDInsightActivityDebugInfoOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HDInsightActivityDebugInfoOption>
com.azure.resourcemanager.datafactory.models.HDInsightActivityDebugInfoOption
public final class HDInsightActivityDebugInfoOption
extends com.azure.core.util.ExpandableStringEnum<HDInsightActivityDebugInfoOption>
The HDInsightActivityDebugInfoOption settings to use.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HDInsightActivityDebugInfoOption
Static value Always for HDInsightActivityDebugInfoOption.static final HDInsightActivityDebugInfoOption
Static value Failure for HDInsightActivityDebugInfoOption.static final HDInsightActivityDebugInfoOption
Static value None for HDInsightActivityDebugInfoOption. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a HDInsightActivityDebugInfoOption from its string representation.values()
Gets known HDInsightActivityDebugInfoOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for HDInsightActivityDebugInfoOption. -
ALWAYS
Static value Always for HDInsightActivityDebugInfoOption. -
FAILURE
Static value Failure for HDInsightActivityDebugInfoOption.
-
-
Constructor Details
-
HDInsightActivityDebugInfoOption
Deprecated.Use thefromString(String)
factory method.Creates a new instance of HDInsightActivityDebugInfoOption value.
-
-
Method Details
-
fromString
Creates or finds a HDInsightActivityDebugInfoOption from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding HDInsightActivityDebugInfoOption.
-
values
Gets known HDInsightActivityDebugInfoOption values.- Returns:
- known HDInsightActivityDebugInfoOption values.
-
fromString(String)
factory method.