Compartilhar via


DPMProtectedItemExtendedInfo Construtores

Definição

Sobrecargas

DPMProtectedItemExtendedInfo()

Inicializa uma nova instância da 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)

Inicializa uma nova instância da classe DPMProtectedItemExtendedInfo.

DPMProtectedItemExtendedInfo()

Inicializa uma nova instância da classe DPMProtectedItemExtendedInfo.

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

Aplica-se 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 uma nova instância da 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)

Parâmetros

protectableObjectLoadPath
IDictionary<String,String>

Atributo para fornecer informações sobre vários BDs.

protectedProperty
Nullable<Boolean>

Para marcar se o item de backup estiver protegido por disco.

isPresentOnCloud
Nullable<Boolean>

Para marcar se o item de backup estiver protegido na nuvem.

lastBackupStatus
String

O último backup status informações sobre o item de backup.

lastRefreshedAt
Nullable<DateTime>

Hora da última atualização no item de backup.

oldestRecoveryPoint
Nullable<DateTime>

Tempo de ponto de recuperação de nuvem mais antigo.

recoveryPointCount
Nullable<Int32>

contagem de pontos de recuperação de nuvem.

onPremiseOldestRecoveryPoint
Nullable<DateTime>

Hora mais antiga do ponto de recuperação de disco.

onPremiseLatestRecoveryPoint
Nullable<DateTime>

hora mais recente do ponto de recuperação de disco.

onPremiseRecoveryPointCount
Nullable<Int32>

contagem de pontos de recuperação de disco.

isCollocated
Nullable<Boolean>

Para marcar se o item de backup for colocado.

protectionGroupName
String

Nome do grupo de proteção do item de backup.

diskStorageUsedInBytes
String

Armazenamento em disco usado em bytes.

totalDiskStorageSizeInBytes
String

total de armazenamento em disco em bytes.

Aplica-se a