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
constructor(azureQueries: Output<List<AzureQueryPropertiesArgs>>? = null, nonAzureQueries: Output<List<NonAzureQueryPropertiesArgs>>? = null)

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.

Functions

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