BackupScheduleBase 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.
This class represents the base object for a backup schedule object - without id.
public class BackupScheduleBase
type BackupScheduleBase = class
Public Class BackupScheduleBase
- Inheritance
-
BackupScheduleBase
- Derived
Constructors
BackupScheduleBase() |
Initializes a new instance of the BackupScheduleBase class. |
Properties
BackupType |
Required. The type of the backup. |
Recurrence |
Required. The recurrence of this schedule. |
RetentionCount |
Required. Retention count for backups of this schedule. |
StartTime |
Required. The StartTime for this schedule. |
Status |
Required. The status of the schedule |
Applies to
Azure SDK for .NET