GetActionRuleByNamePlainArgs

data class GetActionRuleByNamePlainArgs(val actionRuleName: String, val resourceGroupName: String) : ConvertibleToJava<GetActionRuleByNamePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of action 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(): GetActionRuleByNamePlainArgs