Uses of Class
com.azure.resourcemanager.datafactory.models.ScriptActivityLogDestination
-
Packages that use ScriptActivityLogDestination Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ScriptActivityLogDestination in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as ScriptActivityLogDestination Modifier and Type Field Description static ScriptActivityLogDestination
ScriptActivityLogDestination. ACTIVITY_OUTPUT
Static value ActivityOutput for ScriptActivityLogDestination.static ScriptActivityLogDestination
ScriptActivityLogDestination. EXTERNAL_STORE
Static value ExternalStore for ScriptActivityLogDestination.Methods in com.azure.resourcemanager.datafactory.models that return ScriptActivityLogDestination Modifier and Type Method Description static ScriptActivityLogDestination
ScriptActivityLogDestination. fromString(String name)
Creates or finds a ScriptActivityLogDestination from its string representation.ScriptActivityLogDestination
ScriptActivityTypePropertiesLogSettings. logDestination()
Get the logDestination property: The destination of logs.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type ScriptActivityLogDestination Modifier and Type Method Description static Collection<ScriptActivityLogDestination>
ScriptActivityLogDestination. values()
Gets known ScriptActivityLogDestination values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type ScriptActivityLogDestination Modifier and Type Method Description ScriptActivityTypePropertiesLogSettings
ScriptActivityTypePropertiesLogSettings. withLogDestination(ScriptActivityLogDestination logDestination)
Set the logDestination property: The destination of logs.
-