DiagnosticSettingLog

data class DiagnosticSettingLog(val category: String? = null, val categoryGroup: String? = null, val enabled: Boolean? = null, val retentionPolicy: DiagnosticSettingLogRetentionPolicy? = null)

Constructors

Link copied to clipboard
constructor(category: String? = null, categoryGroup: String? = null, enabled: Boolean? = null, retentionPolicy: DiagnosticSettingLogRetentionPolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The name of a Diagnostic Log Category for this Resource.

Link copied to clipboard
val categoryGroup: String? = null

The name of a Diagnostic Log Category Group for this Resource.

Link copied to clipboard
val enabled: Boolean? = null

Is this Diagnostic Log enabled? Defaults to true.

Link copied to clipboard

A retention_policy block as defined below. !>NOTE: retention_policy has been deprecated in favor of azure.storage.ManagementPolicy resource - to learn more information on the deprecation in the Azure documentation.