scopes

@JvmName(name = "pfcgyfgyinuftdit")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "mmeyhxfmxpcscyxi")
suspend fun scopes(value: List<String>?)

Parameters

value

A list of scopes on which the automation logic is applied, at least one is required. Supported scopes are a subscription (in this format /subscriptions/00000000-0000-0000-0000-000000000000) or a resource group under that subscription (in the format /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example). The automation will only apply on defined scopes.


@JvmName(name = "fkeslflgxyvstqsu")
suspend fun scopes(vararg values: Output<String>)


@JvmName(name = "qqeagpnslofmseir")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "tilulcmbbmuxirxk")
suspend fun scopes(vararg values: String)

Parameters

values

A list of scopes on which the automation logic is applied, at least one is required. Supported scopes are a subscription (in this format /subscriptions/00000000-0000-0000-0000-000000000000) or a resource group under that subscription (in the format /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example). The automation will only apply on defined scopes.