Get Monitoring Config Result
data class GetMonitoringConfigResult(val azureApiVersion: String, val id: String, val metricConfigurations: List<MetricConfigurationResponse>, val name: String, val systemData: SystemDataResponse, val type: String)
The metric setting details for the role
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, metricConfigurations: List<MetricConfigurationResponse>, name: String, systemData: SystemDataResponse, type: String)