DiagnosticsDescriptionResponse

data class DiagnosticsDescriptionResponse(val defaultSinkRefs: List<String>? = null, val enabled: Boolean? = null, val sinks: List<AzureInternalMonitoringPipelineSinkDescriptionResponse>? = null)

Describes the diagnostics options available

Constructors

Link copied to clipboard
constructor(defaultSinkRefs: List<String>? = null, enabled: Boolean? = null, sinks: List<AzureInternalMonitoringPipelineSinkDescriptionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level.

Link copied to clipboard
val enabled: Boolean? = null

Status of whether or not sinks are enabled.

Link copied to clipboard

List of supported sinks that can be referenced.