SoftwareUpdateConfigurationTargetAzureQueryTagArgs

data class SoftwareUpdateConfigurationTargetAzureQueryTagArgs(val tag: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SoftwareUpdateConfigurationTargetAzureQueryTagArgs>

Constructors

constructor(tag: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val tag: Output<String>

Specifies the name of the tag to filter.

Link copied to clipboard
val values: Output<List<String>>

Specifies a list of values for this tag key.

Functions

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