AzureQueryPropertiesArgs

data class AzureQueryPropertiesArgs(val locations: Output<List<String>>? = null, val scope: Output<List<String>>? = null, val tagSettings: Output<TagSettingsPropertiesArgs>? = null) : ConvertibleToJava<AzureQueryPropertiesArgs>

Azure query for the update configuration.

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, scope: 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 scope: Output<List<String>>? = null

List of Subscription or Resource Group ARM Ids.

Link copied to clipboard

Tag settings for the VM.

Functions

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