Get Metric Alert Result
data class GetMetricAlertResult(val actions: List<MetricAlertActionResponse>? = null, val autoMitigate: Boolean? = null, val criteria: Any, val description: String? = null, val enabled: Boolean, val evaluationFrequency: String, val id: String, val isMigrated: Boolean, val lastUpdatedTime: String, val location: String, val name: String, val scopes: List<String>, val severity: Int, val tags: Map<String, String>? = null, val targetResourceRegion: String? = null, val targetResourceType: String? = null, val type: String, val windowSize: String)
The metric alert resource.
Constructors
Link copied to clipboard
fun GetMetricAlertResult(actions: List<MetricAlertActionResponse>? = null, autoMitigate: Boolean? = null, criteria: Any, description: String? = null, enabled: Boolean, evaluationFrequency: String, id: String, isMigrated: Boolean, lastUpdatedTime: String, location: String, name: String, scopes: List<String>, severity: Int, tags: Map<String, String>? = null, targetResourceRegion: String? = null, targetResourceType: String? = null, type: String, windowSize: String)