BackupSuspensionScope enum
type: string
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.