GetAutomationRulePlainArgs

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

Constructors

Link copied to clipboard
fun GetAutomationRulePlainArgs(automationRuleId: String, operationalInsightsResourceProvider: 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 namespace of workspaces resource provider- Microsoft.OperationalInsights.

Link copied to clipboard

The name of the resource group within the user's subscription. The name is case insensitive.

Link copied to clipboard

The name of the workspace.