Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationBackupConfigurationInfo

Package version

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

Hierarchy

  • ApplicationBackupConfigurationInfo

Index

Properties

Optional applicationName

applicationName: undefined | string

The name of the application, including the 'fabric:' URI scheme.

kind

kind: "Application"

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 suspensionInfo

suspensionInfo: BackupSuspensionInfo

Describes the backup suspension details.

Generated using TypeDoc