AzureWorkloadSQLRecoveryPoint 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.
SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info
public class AzureWorkloadSQLRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadRecoveryPoint
type AzureWorkloadSQLRecoveryPoint = class
inherit AzureWorkloadRecoveryPoint
Public Class AzureWorkloadSQLRecoveryPoint
Inherits AzureWorkloadRecoveryPoint
- Inheritance
- Derived
Constructors
AzureWorkloadSQLRecoveryPoint() |
Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class. |
AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, 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 UTC time at which recovery point was created (Inherited from AzureWorkloadRecoveryPoint) |
Type |
Gets type of restore point. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'Incremental' (Inherited from AzureWorkloadRecoveryPoint) |