BackupRequest 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.
A specific backup.
public class BackupRequest
type BackupRequest = class
Public Class BackupRequest
- Inheritance
-
BackupRequest
Constructors
BackupRequest() |
Initializes a new instance of the BackupRequest class. |
Properties
BackupSchedule |
Optional. The backup schedule structure - valid only when setting up a schedule. Should be Null for on-demand backups. |
Databases |
Optional. Database settings for backup. |
Enabled |
Optional. Valid only for a backup schedule (can be Null for on-demand backups). True if enabled; false if disabled (no backups will be performed). |
Name |
Optional. The name of this backup - will be used for generating a blob name. |
StorageAccountUrl |