DPMProtectedItemExtendedInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.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)
Parameter
- protectableObjectLoadPath
- IDictionary<String,String>
Attribut, um Informationen zu verschiedenen DATENBANKEN bereitzustellen.
So überprüfen Sie, ob das Sicherungselement datenträgerschützt ist.
- lastBackupStatus
- String
Letzte Sicherung status Informationen zum Sicherungselement.
Zeitpunkt der ältesten Datenträgerwiederherstellung.
- protectionGroupName
- String
Schutzgruppenname des Sicherungselements.
- diskStorageUsedInBytes
- String
Verwendeter Datenträgerspeicher in Bytes.
- totalDiskStorageSizeInBytes
- String
gesamter Datenträgerspeicher in Byte.
Gilt für:
Azure SDK for .NET