LogStorageSettingsArgs

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

(Deprecated. Please use LogSettings) Log storage settings.

Constructors

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

Properties

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

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Log storage linked service reference.

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

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

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(): LogStorageSettingsArgs