WorkloadRecoveryPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workload specific recovery point, specifically encapsulates full/diff recovery point.
public class WorkloadRecoveryPoint : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericRecoveryPoint, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadRecoveryPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadRecoveryPoint>
type WorkloadRecoveryPoint = class
inherit BackupGenericRecoveryPoint
interface IJsonModel<WorkloadRecoveryPoint>
interface IPersistableModel<WorkloadRecoveryPoint>
Public Class WorkloadRecoveryPoint
Inherits BackupGenericRecoveryPoint
Implements IJsonModel(Of WorkloadRecoveryPoint), IPersistableModel(Of WorkloadRecoveryPoint)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| WorkloadRecoveryPoint() |
Initializes a new instance of WorkloadRecoveryPoint. |
Properties
| Name | Description |
|---|---|
| RecoveryPointCreatedOn |
UTC time at which recovery point was created. |
| RecoveryPointMoveReadinessInfo |
Eligibility of RP to be moved to another tier. |
| RecoveryPointProperties |
Properties of Recovery Point. |
| RecoveryPointTierDetails |
Recovery point tier information. |
| RestorePointType |
Type of restore point. |
| ThreatInfo |
Recovery point threat information. (Inherited from BackupGenericRecoveryPoint) |
| ThreatStatus |
Threat status of the recovery point. (Inherited from BackupGenericRecoveryPoint) |