Bagikan melalui


DPMProtectedItemExtendedInfo Constructors

Definition

Overloads

DPMProtectedItemExtendedInfo()

Initializes a new instance of the DPMProtectedItemExtendedInfo class.

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)

Initializes a new instance of the DPMProtectedItemExtendedInfo class.

DPMProtectedItemExtendedInfo()

Initializes a new instance of the DPMProtectedItemExtendedInfo class.

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

Applies to

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)

Initializes a new instance of the DPMProtectedItemExtendedInfo class.

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)

Parameters

protectableObjectLoadPath
IDictionary<String,String>

Attribute to provide information on various DBs.

protectedProperty
Nullable<Boolean>

To check if backup item is disk protected.

isPresentOnCloud
Nullable<Boolean>

To check if backup item is cloud protected.

lastBackupStatus
String

Last backup status information on backup item.

lastRefreshedAt
Nullable<DateTime>

Last refresh time on backup item.

oldestRecoveryPoint
Nullable<DateTime>

Oldest cloud recovery point time.

recoveryPointCount
Nullable<Int32>

cloud recovery point count.

onPremiseOldestRecoveryPoint
Nullable<DateTime>

Oldest disk recovery point time.

onPremiseLatestRecoveryPoint
Nullable<DateTime>

latest disk recovery point time.

onPremiseRecoveryPointCount
Nullable<Int32>

disk recovery point count.

isCollocated
Nullable<Boolean>

To check if backup item is collocated.

protectionGroupName
String

Protection group name of the backup item.

diskStorageUsedInBytes
String

Used Disk storage in bytes.

totalDiskStorageSizeInBytes
String

total Disk storage in bytes.

Applies to