Partager via


DPMProtectedItemExtendedInfo Constructeurs

Définition

Surcharges

DPMProtectedItemExtendedInfo()

Initialise une nouvelle instance de la classe 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)

Initialise une nouvelle instance de la classe DPMProtectedItemExtendedInfo.

DPMProtectedItemExtendedInfo()

Initialise une nouvelle instance de la classe DPMProtectedItemExtendedInfo.

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

S’applique à

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)

Initialise une nouvelle instance de la classe 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.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)

Paramètres

protectableObjectLoadPath
IDictionary<String,String>

Attribut pour fournir des informations sur différentes bases de données.

protectedProperty
Nullable<Boolean>

Pour case activée si l’élément de sauvegarde est protégé sur disque.

isPresentOnCloud
Nullable<Boolean>

Pour case activée si l’élément de sauvegarde est protégé dans le cloud.

lastBackupStatus
String

Dernière sauvegarde status informations sur l’élément de sauvegarde.

lastRefreshedAt
Nullable<DateTime>

Heure de la dernière actualisation de l’élément de sauvegarde.

oldestRecoveryPoint
Nullable<DateTime>

Heure du point de récupération cloud la plus ancienne.

recoveryPointCount
Nullable<Int32>

nombre de points de récupération cloud.

onPremiseOldestRecoveryPoint
Nullable<DateTime>

Heure du point de récupération du disque le plus ancien.

onPremiseLatestRecoveryPoint
Nullable<DateTime>

heure du point de récupération du disque la plus récente.

onPremiseRecoveryPointCount
Nullable<Int32>

nombre de points de récupération de disque.

isCollocated
Nullable<Boolean>

Pour case activée si l’élément de sauvegarde est colocalisé.

protectionGroupName
String

Nom du groupe de protection de l’élément de sauvegarde.

diskStorageUsedInBytes
String

Stockage sur disque utilisé en octets.

totalDiskStorageSizeInBytes
String

total Stockage sur disque en octets.

S’applique à