AzureWorkloadPointInTimeRecoveryPoint Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AzureWorkloadPointInTimeRecoveryPoint() |
Inicializa uma nova instância da classe AzureWorkloadPointInTimeRecoveryPoint. |
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>) |
Inicializa uma nova instância da classe AzureWorkloadPointInTimeRecoveryPoint. |
AzureWorkloadPointInTimeRecoveryPoint()
Inicializa uma nova instância da classe AzureWorkloadPointInTimeRecoveryPoint.
public AzureWorkloadPointInTimeRecoveryPoint ();
Public Sub New ()
Aplica-se a
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>)
Inicializa uma nova instância da classe AzureWorkloadPointInTimeRecoveryPoint.
public AzureWorkloadPointInTimeRecoveryPoint (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, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadPointInTimeRecoveryPoint : 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> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadPointInTimeRecoveryPoint
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, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)
Parâmetros
- 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
- timeRanges
- IList<PointInTimeRange>
Lista de intervalos de log
Aplica-se a
Azure SDK for .NET