/// <summary> /// Execute test failover cleanup of the recovery plan. /// </summary> /// <remarks> /// The operation to cleanup test failover of a recovery plan. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='recoveryPlanName'> /// Recovery plan name. /// </param> /// <param name='input'> /// Recovery plan test failover cleanup input. /// </param> public static RecoveryPlan TestFailoverCleanup(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverCleanupInput input) { return(operations.TestFailoverCleanupAsync(recoveryPlanName, input).GetAwaiter().GetResult()); }