BackupScheduleDetails Class

Definition

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
BackupScheduleDetails

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