AzureQueryPropertiesResponse

data class AzureQueryPropertiesResponse(val locations: List<String>? = null, val scope: List<String>? = null, val tagSettings: TagSettingsPropertiesResponse? = null)

Azure query for the update configuration.

Constructors

Link copied to clipboard
constructor(locations: List<String>? = null, scope: List<String>? = null, tagSettings: TagSettingsPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of locations to scope the query to.

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

List of Subscription or Resource Group ARM Ids.

Link copied to clipboard

Tag settings for the VM.