Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBackupConfigurationInfo

Package version

Backup configuration information for a specific Service Fabric service specifying what backup policy is being applied and suspend description, if any.

Hierarchy

  • ServiceBackupConfigurationInfo

Index

Properties

kind

kind: "Service"

Polymorphic Discriminator

Optional policyInheritedFrom

policyInheritedFrom: BackupPolicyScope

Specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'

Optional policyName

policyName: undefined | string

The name of the backup policy which is applicable to this Service Fabric application or service or partition.

Optional serviceName

serviceName: undefined | string

The full name of the service with 'fabric:' URI scheme.

Optional suspensionInfo

suspensionInfo: BackupSuspensionInfo

Describes the backup suspension details.

Generated using TypeDoc