BackupSchedule Class

Definition

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
BackupSchedule
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