AutoBackupSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Autobackup settings to configure managed backup on SQL VM
public class AutoBackupSettings
type AutoBackupSettings = class
Public Class AutoBackupSettings
- Inheritance
-
AutoBackupSettings
Constructors
AutoBackupSettings() |
Properties
BackupScheduleType |
Gets the Backup Schedule Type |
BackupSystemDbs |
Whether to include system databases in Backup |
Enable |
Defines if the Auto-backup feature is enabled or disabled |
EnableEncryption |
Defines if backups will be encrypted or not |
FullBackupFrequency |
Gets the Full Backup Frequency |
FullBackupStartTime |
Gets the Full Backup Start Time |
FullBackupWindowHours |
Gets the Full Backup Window Hours |
LogBackupFrequency |
Gets the Log Backup Frequency |
Password |
Password required for certification when encryption is enabled |
RetentionPeriod |
Defines the number of days to keep the backups |
StorageAccessKey |
Key of storage account used by managed backup |
StorageUrl |
storage url where databases will be backed up |