GroupDiagnosticsLogAnalytics

data class GroupDiagnosticsLogAnalytics(val logType: String? = null, val metadata: Map<String, String>? = null, val workspaceId: String, val workspaceKey: String)

Constructors

Link copied to clipboard
constructor(logType: String? = null, metadata: Map<String, String>? = null, workspaceId: String, workspaceKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logType: String? = null

The log type which should be used. Possible values are ContainerInsights and ContainerInstanceLogs. Changing this forces a new resource to be created.

Link copied to clipboard
val metadata: Map<String, String>? = null

Any metadata required for Log Analytics. Changing this forces a new resource to be created.

Link copied to clipboard

The Workspace ID of the Log Analytics Workspace. Changing this forces a new resource to be created.

Link copied to clipboard

The Workspace Key of the Log Analytics Workspace. Changing this forces a new resource to be created.