AutomationScopeArgs

data class AutomationScopeArgs(val description: Output<String>? = null, val scopePath: Output<String>? = null) : ConvertibleToJava<AutomationScopeArgs>

A single automation scope.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, scopePath: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The resources scope description.

Link copied to clipboard
val scopePath: Output<String>? = null

The resources scope path. Can be the subscription on which the automation is defined on or a resource group under that subscription (fully qualified Azure resource IDs).

Functions

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