LogSettingsResponse

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

Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Name of a Diagnostic Log category for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation.

Link copied to clipboard
val categoryGroup: String? = null

Name of a Diagnostic Log category group for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation.

Link copied to clipboard

a value indicating whether this log is enabled.

Link copied to clipboard

the retention policy for this log.