BackupSuspensionInfo

Describes the backup suspension details.

Properties

Name Type Required
IsSuspended boolean No
SuspensionInheritedFrom string (enum) No

IsSuspended

Type: boolean
Required: No

Indicates whether periodic backup is suspended at this level or not.


SuspensionInheritedFrom

Type: string (enum)
Required: No

Specifies the scope at which the backup suspension was applied.

Possible values are:

  • Invalid - Indicates an invalid backup suspension scope type also indicating entity is not suspended. All Service Fabric enumerations have the invalid type.
  • Partition - Indicates the backup suspension is applied at partition level.
  • Service - Indicates the backup suspension is applied at service level. All partitions of the service are hence suspended for backup.
  • Application - Indicates the backup suspension is applied at application level. All services and partitions of the application are hence suspended for backup.