GetQueryPlainArgs

data class GetQueryPlainArgs(val id: String, val queryPackName: String, val resourceGroupName: String) : ConvertibleToJava<GetQueryPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String, queryPackName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val id: String

The id of a specific query defined in the Log Analytics QueryPack

Link copied to clipboard

The name of the Log Analytics QueryPack resource.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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