AzureWorkloadRecoveryPoint Class

Definition

Workload specific recovery point, specifically encapsulates full/diff recovery point

public class AzureWorkloadRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPoint
type AzureWorkloadRecoveryPoint = class
    inherit RecoveryPoint
Public Class AzureWorkloadRecoveryPoint
Inherits RecoveryPoint
Inheritance
AzureWorkloadRecoveryPoint
Derived

Constructors

AzureWorkloadRecoveryPoint()

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

Properties

RecoveryPointMoveReadinessInfo

Gets or sets eligibility of RP to be moved to another tier

RecoveryPointTierDetails

Gets or sets recovery point tier information.

RecoveryPointTimeInUTC

Gets or sets UTC time at which recovery point was created

Type

Gets or sets type of restore point. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'Incremental'

Applies to