ConfigurationAssignmentFilterPropertiesResponse

data class ConfigurationAssignmentFilterPropertiesResponse(val locations: List<String>? = null, val osTypes: List<String>? = null, val resourceGroups: List<String>? = null, val resourceTypes: List<String>? = null, val tagSettings: TagSettingsPropertiesResponse? = null)

Azure query for the update configuration.

Constructors

constructor(locations: List<String>? = null, osTypes: List<String>? = null, resourceGroups: List<String>? = null, resourceTypes: 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 osTypes: List<String>? = null

List of allowed operating systems.

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

List of allowed resource groups.

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

List of allowed resources.

Link copied to clipboard

Tag settings for the VM.