DiagnosticsDescription Class

Describes the diagnostics options available.

Inheritance
DiagnosticsDescription

Constructor

DiagnosticsDescription(*, sinks=None, enabled: Optional[bool] = None, default_sink_refs=None, **kwargs)

Parameters

sinks
list[DiagnosticsSinkProperties]
Required

List of supported sinks that can be referenced.

enabled
bool
Required

Status of whether or not sinks are enabled.

default_sink_refs
list[str]
Required

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