你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlRecoveryPoint Class

Definition

Azure Sql specific recovery point class.

public class AzureSqlRecoveryPoint : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase
type AzureSqlRecoveryPoint = class
    inherit RecoveryPointBase
Public Class AzureSqlRecoveryPoint
Inherits RecoveryPointBase
Inheritance

Constructors

AzureSqlRecoveryPoint()

Properties

BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
ContainerName

Unique name of the Container

(Inherited from ItemContext)
ContainerType

Type of the container that maybe managed by the recovery services vault.

(Inherited from ContainerContext)
FriendlyName

FriendlyName of recovery point

Id

Fully qualified ARM ID of this recovery point

(Inherited from RecoveryPointBase)
ItemName

Name of the item represented by this recovery point

(Inherited from RecoveryPointBase)
RecoveryPointAdditionalInfo

Additional info associated with this recovery point serialized into a string.

RecoveryPointId

ID of the recovery point

(Inherited from RecoveryPointBase)
RecoveryPointTime

Time when this recovery point was created

RecoveryPointType

Type of recovery point (appConsistent\CrashConsistent etc)

SourceResourceId

ARM ID of the Azure SQL server represented by the recovery point

WorkloadType

Workload Type of Item

(Inherited from ItemContext)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to