ConfigurationAssignmentFilterPropertiesArgs

data class ConfigurationAssignmentFilterPropertiesArgs(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 tagSettings: Output<TagSettingsPropertiesArgs>? = null) : ConvertibleToJava<ConfigurationAssignmentFilterPropertiesArgs>

Azure query for the update configuration.

Constructors

constructor(locations: Output<List<String>>? = null, osTypes: Output<List<String>>? = null, resourceGroups: Output<List<String>>? = null, resourceTypes: Output<List<String>>? = null, tagSettings: Output<TagSettingsPropertiesArgs>? = null)

Properties

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

List of locations to scope the query to.

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

List of allowed operating systems.

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

List of allowed resource groups.

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

List of allowed resources.

Link copied to clipboard

Tag settings for the VM.

Functions

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