ManagementGroupLogSettingsResponse

data class ManagementGroupLogSettingsResponse(val category: String, val enabled: Boolean)

Part of Management Group diagnostic setting. Specifies the settings for a particular log.

Constructors

Link copied to clipboard
constructor(category: String, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Management Group Diagnostic Log category for a resource type this setting is applied to.

Link copied to clipboard

a value indicating whether this log is enabled.