LogAnalyticsConfigurationResponse

data class LogAnalyticsConfigurationResponse(val dataTypes: List<String>? = null, val importData: Boolean? = null, val workspaceId: String? = null)

Configuration for Log Analytics linking to SCOM managed instance.

Constructors

Link copied to clipboard
constructor(dataTypes: List<String>? = null, importData: Boolean? = null, workspaceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataTypes: List<String>? = null

The types of data to be ingested to Log Analytics workspace.

Link copied to clipboard
val importData: Boolean? = null

A one-time optional parameter to import data of last 7 days.

Link copied to clipboard
val workspaceId: String? = null

The resource ID of the Log Analytics workspace to be used.