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

OperationStatusRecoveryPointExtendedInfo 构造函数

定义

重载

OperationStatusRecoveryPointExtendedInfo()

初始化 OperationStatusRecoveryPointExtendedInfo 类的新实例。

OperationStatusRecoveryPointExtendedInfo(RecoveryPoint, String)

初始化 OperationStatusRecoveryPointExtendedInfo 类的新实例。

OperationStatusRecoveryPointExtendedInfo()

初始化 OperationStatusRecoveryPointExtendedInfo 类的新实例。

public OperationStatusRecoveryPointExtendedInfo ();
Public Sub New ()

适用于

OperationStatusRecoveryPointExtendedInfo(RecoveryPoint, String)

初始化 OperationStatusRecoveryPointExtendedInfo 类的新实例。

public OperationStatusRecoveryPointExtendedInfo (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint updatedRecoveryPoint = default, string deletedBackupItemVersion = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusRecoveryPointExtendedInfo : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusRecoveryPointExtendedInfo
Public Sub New (Optional updatedRecoveryPoint As RecoveryPoint = Nothing, Optional deletedBackupItemVersion As String = Nothing)

参数

updatedRecoveryPoint
RecoveryPoint

包含更新的源快照 URI 的恢复点信息

deletedBackupItemVersion
String

如果共享处于软删除状态,请使用已删除的备份项填充此字段

适用于