Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiagnosticConfiguration

Package version

Diagnostic configuration of a Microsoft.SignalRService resource. Used together with Azure monitor DiagnosticSettings.

Hierarchy

  • DiagnosticConfiguration

Index

Properties

Optional enableConnectivityLogs

enableConnectivityLogs: undefined | string

Indicate whether or not enable Connectivity logs. Available values: Enabled, Disabled. Case insensitive.

Optional enableLiveTrace

enableLiveTrace: undefined | string

Indicate whether or not enable Live Trace. Available values: Enabled, Disabled. Case insensitive. Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues.

Optional enableMessagingLogs

enableMessagingLogs: undefined | string

Indicate whether or not enable Messaging logs. Available values: Enabled, Disabled. Case insensitive.

Generated using TypeDoc