LogAnalyticsQueryPackQueryPropertiesRelatedArgs

data class LogAnalyticsQueryPackQueryPropertiesRelatedArgs(val categories: Output<List<String>>? = null, val resourceTypes: Output<List<String>>? = null, val solutions: Output<List<String>>? = null) : ConvertibleToJava<LogAnalyticsQueryPackQueryPropertiesRelatedArgs>

The related metadata items for the function.

Constructors

constructor(categories: Output<List<String>>? = null, resourceTypes: Output<List<String>>? = null, solutions: Output<List<String>>? = null)

Properties

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

The related categories for the function.

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

The related resource types for the function.

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

The related Log Analytics solutions for the function.

Functions

Link copied to clipboard
open override fun toJava(): LogAnalyticsQueryPackQueryPropertiesRelatedArgs