GetAlertRulePlainArgs

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

A collection of arguments for invoking getAlertRule.

Constructors

Link copied to clipboard
constructor(logAnalyticsWorkspaceId: String, name: String)

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.

Functions

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