AssignmentDynamicScopeFilterArgs

data class AssignmentDynamicScopeFilterArgs(val locations: Output<List<String>>? = null, val osTypes: Output<List<String>>? = null, val resourceGroups: Output<List<String>>? = null, val resourceTypes: Output<List<String>>? = null, val tagFilter: Output<String>? = null, val tags: Output<List<AssignmentDynamicScopeFilterTagArgs>>? = null) : ConvertibleToJava<AssignmentDynamicScopeFilterArgs>

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, osTypes: Output<List<String>>? = null, resourceGroups: Output<List<String>>? = null, resourceTypes: Output<List<String>>? = null, tagFilter: Output<String>? = null, tags: Output<List<AssignmentDynamicScopeFilterTagArgs>>? = null)

Properties

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

Specifies a list of locations to scope the query to.

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

Specifies a list of allowed operating systems.

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

Specifies a list of allowed resource groups.

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

Specifies a list of allowed resources.

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

Filter VMs by Any or All specified tags. Defaults to Any.

Link copied to clipboard

A mapping of tags for the VM

Functions

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