LiveTraceCategoryArgs

data class LiveTraceCategoryArgs(val enabled: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<LiveTraceCategoryArgs>

Live trace category configuration of a Microsoft.SignalRService resource.

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LiveTraceCategoryArgs