Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the Service Fabric entity that is configured for backup.
'BackupEntity' is the base type of the polymorphic type model. The 'EntityKind' property is the discriminator for the derived types.
The value of the 'EntityKind' property determines the serialized content on the wire (one of the following derived types).
The following table lists the value of the Kind
property and corresponding derived type it represents.
EntityKind | Derived Type |
---|---|
Application | ApplicationBackupEntity |
Service | ServiceBackupEntity |
Partition | PartitionBackupEntity |