ProtectionContainerMappingAutomaticUpdateArgs

data class ProtectionContainerMappingAutomaticUpdateArgs(val authenticationType: Output<String>? = null, val automationAccountId: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<ProtectionContainerMappingAutomaticUpdateArgs>

Constructors

constructor(authenticationType: Output<String>? = null, automationAccountId: Output<String>? = null, enabled: Output<Boolean>? = null)

Properties

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

The authentication type used for automation account. Possible values are RunAsAccount and SystemAssignedIdentity. Defaults to SystemAssignedIdentity.

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

The automation account ID which holds the automatic update runbook and authenticates to Azure resources.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Should the Mobility service installed on Azure virtual machines be automatically updated. Defaults to false.

Functions

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