AzureWorkloadSQLRecoveryPoint Class

Definition

SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info

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

Constructors

AzureWorkloadSQLRecoveryPoint()

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

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

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

Properties

ExtendedInfo

Gets or sets extended Info that provides data directory details. Will be populated in two cases: When a specific recovery point is accessed using GetRecoveryPoint Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter

RecoveryPointMoveReadinessInfo

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

(Inherited from AzureWorkloadRecoveryPoint)
RecoveryPointTierDetails

Gets or sets recovery point tier information.

(Inherited from AzureWorkloadRecoveryPoint)
RecoveryPointTimeInUTC

Gets or sets UTC time at which recovery point was created

(Inherited from AzureWorkloadRecoveryPoint)
Type

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

(Inherited from AzureWorkloadRecoveryPoint)

Applies to