Get Alert Processing Rule By Name Result
data class GetAlertProcessingRuleByNameResult(val id: String, val location: String, val name: String, val properties: AlertProcessingRulePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Alert processing rule object containing target scopes, conditions and scheduling logic.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: AlertProcessingRulePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)