Virtual Machine Auto Backup
data class VirtualMachineAutoBackup(val encryptionEnabled: Boolean? = null, val encryptionPassword: String? = null, val manualSchedule: VirtualMachineAutoBackupManualSchedule? = null, val retentionPeriodInDays: Int, val storageAccountAccessKey: String, val storageBlobEndpoint: String, val systemDatabasesBackupEnabled: Boolean? = null)
Constructors
Link copied to clipboard
fun VirtualMachineAutoBackup(encryptionEnabled: Boolean? = null, encryptionPassword: String? = null, manualSchedule: VirtualMachineAutoBackupManualSchedule? = null, retentionPeriodInDays: Int, storageAccountAccessKey: String, storageBlobEndpoint: String, systemDatabasesBackupEnabled: Boolean? = null)