GetMetricsSourceResult

data class GetMetricsSourceResult(val id: String, val identity: IdentityPropertiesResponse? = null, val location: String, val name: String, val properties: MonitorPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(id: String, identity: IdentityPropertiesResponse? = null, location: String, name: String, properties: MonitorPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ARM id of the monitor resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Name of the monitor resource.

Link copied to clipboard

Properties specific to the monitor resource.

Link copied to clipboard

The system metadata relating to this resource

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

The type of the monitor resource.