AzureWorkloadSQLPointInTimeRecoveryPoint 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
AzureWorkloadSQLPointInTimeRecoveryPoint() |
Inicializa uma nova instância da classe AzureWorkloadSQLPointInTimeRecoveryPoint. |
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>) |
Inicializa uma nova instância da classe AzureWorkloadSQLPointInTimeRecoveryPoint. |
AzureWorkloadSQLPointInTimeRecoveryPoint()
Inicializa uma nova instância da classe AzureWorkloadSQLPointInTimeRecoveryPoint.
public AzureWorkloadSQLPointInTimeRecoveryPoint ();
Public Sub New ()
Aplica-se a
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)
Inicializa uma nova instância da classe AzureWorkloadSQLPointInTimeRecoveryPoint.
public AzureWorkloadSQLPointInTimeRecoveryPoint (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, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint : 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.AzureWorkloadSQLRecoveryPointExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint
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 extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = 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
- extendedInfo
- AzureWorkloadSQLRecoveryPointExtendedInfo
Informações Estendidas que fornecem detalhes do diretório de dados. Será preenchido em dois casos: quando um ponto de recuperação específico for acessado usando GetRecoveryPoint ou quando ListRecoveryPoints for chamado para o RP de log somente com filtro de consulta ExtendedInfo
- timeRanges
- IList<PointInTimeRange>
Lista de intervalos de logs
Aplica-se a
Azure SDK for .NET