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

DPMProtectedItemExtendedInfo 构造函数

定义

重载

DPMProtectedItemExtendedInfo()

初始化 DPMProtectedItemExtendedInfo 类的新实例。

DPMProtectedItemExtendedInfo(IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, String, String)

初始化 DPMProtectedItemExtendedInfo 类的新实例。

DPMProtectedItemExtendedInfo()

初始化 DPMProtectedItemExtendedInfo 类的新实例。

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

适用于

DPMProtectedItemExtendedInfo(IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, String, String)

初始化 DPMProtectedItemExtendedInfo 类的新实例。

public DPMProtectedItemExtendedInfo (System.Collections.Generic.IDictionary<string,string> protectableObjectLoadPath = default, bool? protectedProperty = default, bool? isPresentOnCloud = default, string lastBackupStatus = default, DateTime? lastRefreshedAt = default, DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, DateTime? onPremiseOldestRecoveryPoint = default, DateTime? onPremiseLatestRecoveryPoint = default, int? onPremiseRecoveryPointCount = default, bool? isCollocated = default, string protectionGroupName = default, string diskStorageUsedInBytes = default, string totalDiskStorageSizeInBytes = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DPMProtectedItemExtendedInfo : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DPMProtectedItemExtendedInfo
Public Sub New (Optional protectableObjectLoadPath As IDictionary(Of String, String) = Nothing, Optional protectedProperty As Nullable(Of Boolean) = Nothing, Optional isPresentOnCloud As Nullable(Of Boolean) = Nothing, Optional lastBackupStatus As String = Nothing, Optional lastRefreshedAt As Nullable(Of DateTime) = Nothing, Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional onPremiseOldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional onPremiseLatestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional onPremiseRecoveryPointCount As Nullable(Of Integer) = Nothing, Optional isCollocated As Nullable(Of Boolean) = Nothing, Optional protectionGroupName As String = Nothing, Optional diskStorageUsedInBytes As String = Nothing, Optional totalDiskStorageSizeInBytes As String = Nothing)

参数

protectableObjectLoadPath
IDictionary<String,String>

用于提供有关各种数据库的信息的属性。

protectedProperty
Nullable<Boolean>

若要检查备份项是否受磁盘保护。

isPresentOnCloud
Nullable<Boolean>

若要检查备份项是否受云保护。

lastBackupStatus
String

有关备份项的上次备份状态信息。

lastRefreshedAt
Nullable<DateTime>

备份项的上次刷新时间。

oldestRecoveryPoint
Nullable<DateTime>

最早的云恢复点时间。

recoveryPointCount
Nullable<Int32>

云恢复点计数。

onPremiseOldestRecoveryPoint
Nullable<DateTime>

最早的磁盘恢复点时间。

onPremiseLatestRecoveryPoint
Nullable<DateTime>

最新的磁盘恢复点时间。

onPremiseRecoveryPointCount
Nullable<Int32>

磁盘恢复点计数。

isCollocated
Nullable<Boolean>

若要检查备份项是否并置。

protectionGroupName
String

备份项的保护组名称。

diskStorageUsedInBytes
String

已用磁盘存储(以字节为单位)。

totalDiskStorageSizeInBytes
String

磁盘存储总量(以字节为单位)。

适用于