AzureWorkloadSQLRecoveryPoint 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
AzureWorkloadSQLRecoveryPoint() |
Inicializa uma nova instância da classe AzureWorkloadSQLRecoveryPoint. |
AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo) |
Inicializa uma nova instância da classe AzureWorkloadSQLRecoveryPoint. |
AzureWorkloadSQLRecoveryPoint()
Inicializa uma nova instância da classe AzureWorkloadSQLRecoveryPoint.
public AzureWorkloadSQLRecoveryPoint();
Public Sub New ()
Aplica-se a
AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo)
Inicializa uma nova instância da classe AzureWorkloadSQLRecoveryPoint.
public AzureWorkloadSQLRecoveryPoint(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);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPoint : 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 -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPoint
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)
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á populado em dois casos: quando um ponto de recuperação específico for acessado usando GetRecoveryPoint ou quando ListRecoveryPoints for chamado para RP de log somente com filtro de consulta ExtendedInfo
Aplica-se a
Azure SDK for .NET