IBackupRequestProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.BackupRequestPropertiesTypeConverter))]
public interface IBackupRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.BackupRequestPropertiesTypeConverter))>]
type IBackupRequestProperties = interface
interface IJsonSerializable
Public Interface IBackupRequestProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BackupName |
Name of the backup. |
BackupScheduleFrequencyInterval |
How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day) |
BackupScheduleFrequencyUnit |
The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7) |
BackupScheduleKeepAtLeastOneBackup |
True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise. |
BackupScheduleLastExecutionTime |
Last time when this schedule was triggered. |
BackupScheduleRetentionPeriodInDay |
After how many days backups should be deleted. |
BackupScheduleStartTime |
When the schedule should start working. |
Database |
Databases included in the backup. |
Enabled |
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. |
StorageAccountUrl |
SAS URL to the container. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |