ProtectionContainerMappingAutomaticUpdate

data class ProtectionContainerMappingAutomaticUpdate(val authenticationType: String? = null, val automationAccountId: String? = null, val enabled: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val enabled: Boolean? = null

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