ArmRecoveryServicesSiteRecoveryModelFactory.MigrationRecoveryPointProperties Método
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.
Inicializa uma nova instância de MigrationRecoveryPointProperties.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationRecoveryPointProperties MigrationRecoveryPointProperties (DateTimeOffset? recoveryPointOn = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationRecoveryPointType? recoveryPointType = default);
static member MigrationRecoveryPointProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationRecoveryPointType> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationRecoveryPointProperties
Public Shared Function MigrationRecoveryPointProperties (Optional recoveryPointOn As Nullable(Of DateTimeOffset) = Nothing, Optional recoveryPointType As Nullable(Of MigrationRecoveryPointType) = Nothing) As MigrationRecoveryPointProperties
Parâmetros
- recoveryPointOn
- Nullable<DateTimeOffset>
O tempo do ponto de recuperação.
- recoveryPointType
- Nullable<MigrationRecoveryPointType>
O tipo de ponto de recuperação.
Retornos
Uma nova MigrationRecoveryPointProperties instância para simulação.