WorkloadSqlRecoveryPoint 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 Please note WorkloadSqlRecoveryPoint is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WorkloadSqlPointInTimeRecoveryPoint.
public class WorkloadSqlRecoveryPoint : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadRecoveryPoint
type WorkloadSqlRecoveryPoint = class
inherit WorkloadRecoveryPoint
Public Class WorkloadSqlRecoveryPoint
Inherits WorkloadRecoveryPoint
- Inheritance
- Derived
Constructors
WorkloadSqlRecoveryPoint() |
Initializes a new instance of WorkloadSqlRecoveryPoint. |
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 |
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) |
Applies to
Azure SDK for .NET