MonitoringSettingPropertiesArgs

data class MonitoringSettingPropertiesArgs(val appInsightsInstrumentationKey: Output<String>? = null, val error: Output<ErrorArgs>? = null, val traceEnabled: Output<Boolean>? = null) : ConvertibleToJava<MonitoringSettingPropertiesArgs>

Monitoring Setting properties payload

Constructors

Link copied to clipboard
constructor(appInsightsInstrumentationKey: Output<String>? = null, error: Output<ErrorArgs>? = null, traceEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

Target application insight instrumentation key

Link copied to clipboard
val error: Output<ErrorArgs>? = null

Error when apply Monitoring Setting changes.

Link copied to clipboard
val traceEnabled: Output<Boolean>? = null

Indicates whether enable the trace functionality

Functions

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