Software Update Configuration Target Azure Query Args
data class SoftwareUpdateConfigurationTargetAzureQueryArgs(val locations: Output<List<String>>? = null, val scopes: Output<List<String>>? = null, val tagFilter: Output<String>? = null, val tags: Output<List<SoftwareUpdateConfigurationTargetAzureQueryTagArgs>>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationTargetAzureQueryArgs>
Constructors
Link copied to clipboard
fun SoftwareUpdateConfigurationTargetAzureQueryArgs(locations: Output<List<String>>? = null, scopes: Output<List<String>>? = null, tagFilter: Output<String>? = null, tags: Output<List<SoftwareUpdateConfigurationTargetAzureQueryTagArgs>>? = null)