SoftwareUpdateConfigurationTargetNonAzureQueryArgs

data class SoftwareUpdateConfigurationTargetNonAzureQueryArgs(val functionAlias: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationTargetNonAzureQueryArgs>

Constructors

constructor(functionAlias: Output<String>? = null, workspaceId: Output<String>? = null)

Properties

Link copied to clipboard
val functionAlias: Output<String>? = null

Specifies the Log Analytics save search name.

Link copied to clipboard
val workspaceId: Output<String>? = null

The workspace id for Log Analytics in which the saved search in.

Functions

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