DPMProtectedItemExtendedInfo Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Para comprobar si el elemento de copia de seguridad está protegido por disco.
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.
Hora de la última actualización en el elemento de copia de seguridad.
Tiempo de punto de recuperación de disco más antiguo.
hora del punto de recuperación del disco más reciente.
- 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
Azure SDK for .NET