AzureWorkloadRecoveryPoint interface

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

Extends

Properties

objectType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier

recoveryPointProperties

Properties of Recovery Point

recoveryPointTierDetails

Recovery point tier information.

recoveryPointTimeInUTC

UTC time at which recovery point was created

type

Type of restore point

Property Details

objectType

Polymorphic discriminator, which specifies the different types this object can be

objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"

Property Value

"AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"

recoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier

recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}

Property Value

{[propertyName: string]: RecoveryPointMoveReadinessInfo}

recoveryPointProperties

Properties of Recovery Point

recoveryPointProperties?: RecoveryPointProperties

Property Value

recoveryPointTierDetails

Recovery point tier information.

recoveryPointTierDetails?: RecoveryPointTierInformationV2[]

Property Value

recoveryPointTimeInUTC

UTC time at which recovery point was created

recoveryPointTimeInUTC?: Date

Property Value

Date

type

Type of restore point

type?: string

Property Value

string