TargetPropertiesArgs

data class TargetPropertiesArgs(val azureQueries: Output<List<AzureQueryPropertiesArgs>>? = null, val nonAzureQueries: Output<List<NonAzureQueryPropertiesArgs>>? = null) : ConvertibleToJava<TargetPropertiesArgs>

Group specific to the update configuration.

Constructors

Link copied to clipboard
fun TargetPropertiesArgs(azureQueries: Output<List<AzureQueryPropertiesArgs>>? = null, nonAzureQueries: Output<List<NonAzureQueryPropertiesArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TargetPropertiesArgs

Properties

Link copied to clipboard

List of Azure queries in the software update configuration.

Link copied to clipboard

List of non Azure queries in the software update configuration.