DiagnosticsDescription interface
Describes the diagnostics options available
Properties
default |
The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level. |
enabled | Status of whether or not sinks are enabled. |
sinks | List of supported sinks that can be referenced. |
Property Details
defaultSinkRefs
The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level.
defaultSinkRefs?: string[]
Property Value
string[]
enabled
Status of whether or not sinks are enabled.
enabled?: boolean
Property Value
boolean
sinks
List of supported sinks that can be referenced.
sinks?: DiagnosticsSinkPropertiesUnion[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript