GetSmartDetectorAlertRulePlainArgs

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

Constructors

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

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.

Functions

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