GetMonitorPlainArgs

data class GetMonitorPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetMonitorPlainArgs>

A collection of arguments for invoking getMonitor.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the Dynatrace monitor.

Link copied to clipboard

The name of the Resource Group where the Dynatrace monitor should exist.

Functions

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