BackupScheduleDetails 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 Backup Schedules.
public class BackupScheduleDetails : Microsoft.WindowsAzure.Management.StorSimple.Models.BackupSchedule
type BackupScheduleDetails = class
inherit BackupSchedule
Public Class BackupScheduleDetails
Inherits BackupSchedule
- Inheritance
Constructors
BackupScheduleDetails() |
Initializes a new instance of the BackupScheduleDetails class. |
Properties
BackupType |
Required. The type of the backup. (Inherited from BackupScheduleBase) |
Id |
Required. The ID for this backup schedule. (Inherited from BackupSchedule) |
LastSuccessfulRun |
Required. The last successful run of the 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