DPMProtectedItemExtendedInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Pour case activée si l’élément de sauvegarde est protégé sur disque.
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.
Heure du point de récupération du disque le plus ancien.
heure du point de récupération du disque la plus récente.
- 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 à
Azure SDK for .NET