Azure Query Properties Response
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)