Compartir a través de


DPMProtectedItemExtendedInfo Constructores

Definición

Sobrecargas

DPMProtectedItemExtendedInfo()

Inicializa una nueva instancia de la clase 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)

Inicializa una nueva instancia de la clase DPMProtectedItemExtendedInfo.

DPMProtectedItemExtendedInfo()

Inicializa una nueva instancia de la clase DPMProtectedItemExtendedInfo.

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

Se aplica a

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)

Inicializa una nueva instancia de la clase 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.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)

Parámetros

protectableObjectLoadPath
IDictionary<String,String>

Atributo para proporcionar información sobre varias bases de datos.

protectedProperty
Nullable<Boolean>

Para comprobar si el elemento de copia de seguridad está protegido por disco.

isPresentOnCloud
Nullable<Boolean>

Para comprobar si el elemento de copia de seguridad está protegido en la nube.

lastBackupStatus
String

Última información de estado de copia de seguridad en el elemento de copia de seguridad.

lastRefreshedAt
Nullable<DateTime>

Hora de la última actualización en el elemento de copia de seguridad.

oldestRecoveryPoint
Nullable<DateTime>

Tiempo de punto de recuperación en la nube más antiguo.

recoveryPointCount
Nullable<Int32>

recuento de puntos de recuperación en la nube.

onPremiseOldestRecoveryPoint
Nullable<DateTime>

Tiempo de punto de recuperación de disco más antiguo.

onPremiseLatestRecoveryPoint
Nullable<DateTime>

hora del punto de recuperación del disco más reciente.

onPremiseRecoveryPointCount
Nullable<Int32>

recuento de puntos de recuperación de disco.

isCollocated
Nullable<Boolean>

Para comprobar si el elemento de copia de seguridad está colocado.

protectionGroupName
String

Nombre del grupo de protección del elemento de copia de seguridad.

diskStorageUsedInBytes
String

Almacenamiento en disco usado en bytes.

totalDiskStorageSizeInBytes
String

almacenamiento total en disco en bytes.

Se aplica a