Uses of Class
com.azure.resourcemanager.datafactory.models.LogLocationSettings
-
Packages that use LogLocationSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of LogLocationSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return LogLocationSettings Modifier and Type Method Description LogLocationSettings
LogSettings. logLocationSettings()
Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.LogLocationSettings
ScriptActivityTypePropertiesLogSettings. logLocationSettings()
Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.LogLocationSettings
LogLocationSettings. withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Log storage linked service reference.LogLocationSettings
LogLocationSettings. withPath(Object path)
Set the path property: The path to storage for storing detailed logs of activity execution.Methods in com.azure.resourcemanager.datafactory.models with parameters of type LogLocationSettings Modifier and Type Method Description LogSettings
LogSettings. withLogLocationSettings(LogLocationSettings logLocationSettings)
Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.ScriptActivityTypePropertiesLogSettings
ScriptActivityTypePropertiesLogSettings. withLogLocationSettings(LogLocationSettings logLocationSettings)
Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
-