AutomationScopeResponse

data class AutomationScopeResponse(val description: String? = null, val scopePath: String? = null)

A single automation scope.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The resources scope description.

Link copied to clipboard
val scopePath: 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).