Get Metrics Source Result
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)