BackupEntityKind enum
type: string
The entity type of a Service Fabric entity such as Application, Service or a Partition where periodic backups can be enabled.
Possible values are:
Invalid
- Indicates an invalid entity kind. All Service Fabric enumerations have the invalid type.Partition
- Indicates the entity is a Service Fabric partition.Service
- Indicates the entity is a Service Fabric service.Application
- Indicates the entity is a Service Fabric application.