SoftwareUpdateConfigurationTargetAzureQuery

data class SoftwareUpdateConfigurationTargetAzureQuery(val locations: List<String>? = null, val scopes: List<String>? = null, val tagFilter: String? = null, val tags: List<SoftwareUpdateConfigurationTargetAzureQueryTag>? = null)

Constructors

constructor(locations: List<String>? = null, scopes: List<String>? = null, tagFilter: String? = null, tags: List<SoftwareUpdateConfigurationTargetAzureQueryTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Specifies a list of locations to scope the query to.

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

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

Link copied to clipboard
val tagFilter: 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.