Get Apm Result
data class GetApmResult(val azureApiVersion: String, val id: String, val name: String, val properties: ApmPropertiesResponse, val systemData: SystemDataResponse, val type: String)
APM Resource object
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ApmPropertiesResponse, systemData: SystemDataResponse, type: String)