LogLocationSettingsArgs

data class LogLocationSettingsArgs(val linkedServiceName: Output<LinkedServiceReferenceArgs>, val path: Output<Any>? = null) : ConvertibleToJava<LogLocationSettingsArgs>

Log location settings.

Constructors

Link copied to clipboard
constructor(linkedServiceName: Output<LinkedServiceReferenceArgs>, path: Output<Any>? = null)

Properties

Link copied to clipboard

Log storage linked service reference.

Link copied to clipboard
val path: Output<Any>? = null

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).

Functions

Link copied to clipboard
open override fun toJava(): LogLocationSettingsArgs