Freigeben über


DPMProtectedItemExtendedInfo Konstruktoren

Definition

Überlädt

DPMProtectedItemExtendedInfo()

Initialisiert eine neue instance der DPMProtectedItemExtendedInfo-Klasse.

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)

Initialisiert eine neue instance der DPMProtectedItemExtendedInfo-Klasse.

DPMProtectedItemExtendedInfo()

Initialisiert eine neue instance der DPMProtectedItemExtendedInfo-Klasse.

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

Gilt für:

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)

Initialisiert eine neue instance der DPMProtectedItemExtendedInfo-Klasse.

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.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.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)

Parameter

protectableObjectLoadPath
IDictionary<String,String>

Attribut, um Informationen zu verschiedenen DATENBANKEN bereitzustellen.

protectedProperty
Nullable<Boolean>

So überprüfen Sie, ob das Sicherungselement datenträgerschützt ist.

isPresentOnCloud
Nullable<Boolean>

So überprüfen Sie, ob das Sicherungselement cloud-geschützt ist.

lastBackupStatus
String

Letzte Sicherung status Informationen zum Sicherungselement.

lastRefreshedAt
Nullable<DateTime>

Zeitpunkt der letzten Aktualisierung des Sicherungselements.

oldestRecoveryPoint
Nullable<DateTime>

Ältester Cloudwiederherstellungspunkt.

recoveryPointCount
Nullable<Int32>

Anzahl von Cloudwiederherstellungspunkten.

onPremiseOldestRecoveryPoint
Nullable<DateTime>

Zeitpunkt der ältesten Datenträgerwiederherstellung.

onPremiseLatestRecoveryPoint
Nullable<DateTime>

Zeitpunkt der letzten Datenträgerwiederherstellung.

onPremiseRecoveryPointCount
Nullable<Int32>

Anzahl von Datenträgerwiederherstellungspunkten.

isCollocated
Nullable<Boolean>

So überprüfen Sie, ob das Sicherungselement kollociert ist.

protectionGroupName
String

Schutzgruppenname des Sicherungselements.

diskStorageUsedInBytes
String

Verwendeter Datenträgerspeicher in Bytes.

totalDiskStorageSizeInBytes
String

gesamter Datenträgerspeicher in Byte.

Gilt für: