GetAutomationRulePlainArgs

data class GetAutomationRulePlainArgs(val automationRuleId: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetAutomationRulePlainArgs>

Constructors

Link copied to clipboard
fun GetAutomationRulePlainArgs(automationRuleId: String, resourceGroupName: String, workspaceName: String)

Functions

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

Properties

Link copied to clipboard

Automation rule ID

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the workspace.