Compartilhar via


AzureWorkloadRecoveryPoint Construtores

Definição

Sobrecargas

AzureWorkloadRecoveryPoint()

Inicializa uma nova instância da classe AzureWorkloadRecoveryPoint.

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Inicializa uma nova instância da classe AzureWorkloadRecoveryPoint.

AzureWorkloadRecoveryPoint()

Inicializa uma nova instância da classe AzureWorkloadRecoveryPoint.

public AzureWorkloadRecoveryPoint ();
Public Sub New ()

Aplica-se a

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Inicializa uma nova instância da classe AzureWorkloadRecoveryPoint.

public AzureWorkloadRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformationV2) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing)

Parâmetros

recoveryPointTimeInUTC
Nullable<DateTime>

Hora UTC em que o ponto de recuperação foi criado

type
String

Tipo de ponto de restauração. Os valores possíveis incluem: 'Invalid', 'Full', 'Log', 'Differential', 'Incremental'

recoveryPointTierDetails
IList<RecoveryPointTierInformationV2>

Informações da camada de ponto de recuperação.

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

Qualificação de RP a ser movida para outra camada

Aplica-se a