GetMonitorResult

data class GetMonitorResult(val environmentProperties: List<GetMonitorEnvironmentProperty>, val id: String, val identities: List<GetMonitorIdentity>, val location: String, val marketplaceSubscription: String, val monitoringEnabled: Boolean, val name: String, val plans: List<GetMonitorPlan>, val resourceGroupName: String, val tags: Map<String, String>, val users: List<GetMonitorUser>)

A collection of values returned by getMonitor.

Constructors

Link copied to clipboard
constructor(environmentProperties: List<GetMonitorEnvironmentProperty>, id: String, identities: List<GetMonitorIdentity>, location: String, marketplaceSubscription: String, monitoringEnabled: Boolean, name: String, plans: List<GetMonitorPlan>, resourceGroupName: String, tags: Map<String, String>, users: List<GetMonitorUser>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The kind of managed identity assigned to this resource. A identity block as defined below.

Link copied to clipboard

The Azure Region where the Dynatrace monitor should exist.

Link copied to clipboard

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.

Link copied to clipboard

Flag specifying if the resource monitoring is enabled or disabled.

Link copied to clipboard
Link copied to clipboard

Plan id as published by Dynatrace.

Link copied to clipboard
Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

User's information. A user block as defined below.