LogAnalyticsDestinationResponse

data class LogAnalyticsDestinationResponse(val name: String? = null, val workspaceId: String, val workspaceResourceId: String? = null)

Log Analytics destination.

Constructors

Link copied to clipboard
constructor(name: String? = null, workspaceId: String, workspaceResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

Link copied to clipboard

The Customer ID of the Log Analytics workspace.

Link copied to clipboard

The resource ID of the Log Analytics workspace.