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