SoftwareUpdateConfigurationTargetAzureQueryArgs

data class SoftwareUpdateConfigurationTargetAzureQueryArgs(val locations: Output<List<String>>? = null, val scopes: Output<List<String>>? = null, val tagFilter: Output<String>? = null, val tags: Output<List<SoftwareUpdateConfigurationTargetAzureQueryTagArgs>>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationTargetAzureQueryArgs>

Constructors

constructor(locations: Output<List<String>>? = null, scopes: Output<List<String>>? = null, tagFilter: Output<String>? = null, tags: Output<List<SoftwareUpdateConfigurationTargetAzureQueryTagArgs>>? = 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 scopes: Output<List<String>>? = null

Specifies a list of Subscription or Resource Group ARM Ids to query.

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

Specifies how the specified tags to filter VMs. Possible values are Any and All.

Link copied to clipboard

A mapping of tags used for query filter. One or more tags block as defined below.

Functions

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