ResourceLogCategoryArgs

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

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

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

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

Functions

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