ResourceLogCategoryResponse

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

Resource log 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 resource log category is enabled. Available values: true, false. Case insensitive.

Link copied to clipboard
val name: String? = null

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