BackupScheduleKind enum

type: string

The kind of backup schedule, time based or frequency based.

Possible values are:

  • Invalid - Indicates an invalid backup schedule kind. All Service Fabric enumerations have the invalid type.
  • TimeBased - Indicates a time-based backup schedule.
  • FrequencyBased - Indicates a frequency-based backup schedule.