LiveTraceCategoryResponse

data class LiveTraceCategoryResponse(val enabled: String? = null, val name: String? = null)

Live trace category configuration of a Microsoft.SignalRService resource.

Constructors

Link copied to clipboard
constructor(enabled: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: String? = null

Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.

Link copied to clipboard
val name: String? = null

Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.