GetAlertRulePlainArgs

data class GetAlertRulePlainArgs(val logAnalyticsWorkspaceId: String, val name: String) : ConvertibleToJava<GetAlertRulePlainArgs>

A collection of arguments for invoking getAlertRule.

Constructors

Link copied to clipboard
fun GetAlertRulePlainArgs(logAnalyticsWorkspaceId: String, name: String)

Functions

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

Properties

Link copied to clipboard

The ID of the Log Analytics Workspace this Sentinel Alert Rule belongs to.

Link copied to clipboard

The name which should be used for this Sentinel Alert Rule.