GetSmartDetectorAlertRulePlainArgs

data class GetSmartDetectorAlertRulePlainArgs(val alertRuleName: String, val expandDetector: Boolean? = null, val resourceGroupName: String) : ConvertibleToJava<GetSmartDetectorAlertRulePlainArgs>

Constructors

Link copied to clipboard
fun GetSmartDetectorAlertRulePlainArgs(alertRuleName: String, expandDetector: Boolean? = null, resourceGroupName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetSmartDetectorAlertRulePlainArgs

Properties

Link copied to clipboard

The name of the alert rule.

Link copied to clipboard
val expandDetector: Boolean? = null

Indicates if Smart Detector should be expanded.

Link copied to clipboard

The name of the resource group.