GetAlertProcessingRuleByNamePlainArgs

data class GetAlertProcessingRuleByNamePlainArgs(val alertProcessingRuleName: String, val resourceGroupName: String) : ConvertibleToJava<GetAlertProcessingRuleByNamePlainArgs>

Constructors

Link copied to clipboard
constructor(alertProcessingRuleName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the alert processing rule that needs to be fetched.

Link copied to clipboard

Resource group name where the resource is created.

Functions

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