WorkloadSqlPointInTimeRecoveryPoint 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.
Recovery point specific to PointInTime.
public class WorkloadSqlPointInTimeRecoveryPoint : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlRecoveryPoint
type WorkloadSqlPointInTimeRecoveryPoint = class
inherit WorkloadSqlRecoveryPoint
Public Class WorkloadSqlPointInTimeRecoveryPoint
Inherits WorkloadSqlRecoveryPoint
- Inheritance
-
WorkloadSqlPointInTimeRecoveryPoint
Constructors
WorkloadSqlPointInTimeRecoveryPoint() |
Initializes a new instance of WorkloadSqlPointInTimeRecoveryPoint. |
Properties
ExtendedInfo |
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 (Inherited from WorkloadSqlRecoveryPoint) |
RecoveryPointCreatedOn |
UTC time at which recovery point was created. (Inherited from WorkloadRecoveryPoint) |
RecoveryPointMoveReadinessInfo |
Eligibility of RP to be moved to another tier. (Inherited from WorkloadRecoveryPoint) |
RecoveryPointProperties |
Properties of Recovery Point. (Inherited from WorkloadRecoveryPoint) |
RecoveryPointTierDetails |
Recovery point tier information. (Inherited from WorkloadRecoveryPoint) |
RestorePointType |
Type of restore point. (Inherited from WorkloadRecoveryPoint) |
TimeRanges |
List of log ranges. |
Applies to
Azure SDK for .NET