BackupSchedule 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 object for a backup schedule object.
public class BackupSchedule : Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase
type BackupSchedule = class
inherit BackupScheduleBase
Public Class BackupSchedule
Inherits BackupScheduleBase
- Inheritance
- Derived
Constructors
BackupSchedule() |
Initializes a new instance of the BackupSchedule class. |
Properties
BackupType |
Required. The type of the backup. (Inherited from BackupScheduleBase) |
Id |
Required. The ID for this backup schedule. |
Recurrence |
Required. The recurrence of this schedule. (Inherited from BackupScheduleBase) |
RetentionCount |
Required. Retention count for backups of this schedule. (Inherited from BackupScheduleBase) |
StartTime |
Required. The StartTime for this schedule. (Inherited from BackupScheduleBase) |
Status |
Required. The status of the schedule (Inherited from BackupScheduleBase) |
Applies to
Azure SDK for .NET