Get Smart Detector Alert Rule Result
data class GetSmartDetectorAlertRuleResult(val actionGroups: ActionGroupsInformationResponse, val azureApiVersion: String, val description: String? = null, val detector: DetectorResponse, val frequency: String, val id: String, val location: String? = null, val name: String, val scope: List<String>, val severity: String, val state: String, val tags: Map<String, String>? = null, val throttling: ThrottlingInformationResponse? = null, val type: String)
The alert rule information
Constructors
Link copied to clipboard
constructor(actionGroups: ActionGroupsInformationResponse, azureApiVersion: String, description: String? = null, detector: DetectorResponse, frequency: String, id: String, location: String? = null, name: String, scope: List<String>, severity: String, state: String, tags: Map<String, String>? = null, throttling: ThrottlingInformationResponse? = null, type: String)