Class ScriptActivityLogDestination
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScriptActivityLogDestination>
com.azure.resourcemanager.datafactory.models.ScriptActivityLogDestination
public final class ScriptActivityLogDestination
extends com.azure.core.util.ExpandableStringEnum<ScriptActivityLogDestination>
The destination of logs. Type: string.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ScriptActivityLogDestination
Static value ActivityOutput for ScriptActivityLogDestination.static final ScriptActivityLogDestination
Static value ExternalStore for ScriptActivityLogDestination. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptActivityLogDestination
fromString
(String name) Creates or finds a ScriptActivityLogDestination from its string representation.values()
Gets known ScriptActivityLogDestination values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACTIVITY_OUTPUT
Static value ActivityOutput for ScriptActivityLogDestination. -
EXTERNAL_STORE
Static value ExternalStore for ScriptActivityLogDestination.
-
-
Constructor Details
-
ScriptActivityLogDestination
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ScriptActivityLogDestination value.
-
-
Method Details
-
fromString
Creates or finds a ScriptActivityLogDestination from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ScriptActivityLogDestination.
-
values
Gets known ScriptActivityLogDestination values.- Returns:
- known ScriptActivityLogDestination values.
-
fromString(String)
factory method.